The following commit has been merged in the master branch:
commit be6c5103821de54a36ce6315d5047b060f9e63bd
Author: Martin Erik Werner <[email protected]>
Date: Sat Sep 1 19:23:03 2012 +0200
remove ldflags patch, applied upstream
diff --git a/debian/patches/build-with-ldflags.patch
b/debian/patches/build-with-ldflags.patch
deleted file mode 100644
index 35483dc..0000000
--- a/debian/patches/build-with-ldflags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Build with LDFLAGS
- Append $(LDFLAGS) to client server and cube2font targets.
-Author: Martin Erik Werner <[email protected]>
-
-Forwarded: no
-Last-Update: 2012-06-07
-
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -193,7 +193,7 @@
- $(CXX) $(CXXFLAGS) -c -o $@ $< `freetype-config --cflags`
-
- cube2font: shared/cube2font.o
-- $(CXX) $(CXXFLAGS) -o cube2font shared/cube2font.o `freetype-config
--libs` -lz
-+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o cube2font shared/cube2font.o
`freetype-config --libs` -lz
-
- install-cube2font: cube2font
- install -d ../bin
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5ed7a4e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-build-with-ldflags.patch
--
Packaging for cube2font
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits