[SCM] Packaging for cube2font branch, master, updated. debian/1.2-2-28-gb9a14d0
Martin Erik Werner
martinerikwerner at gmail.com
Sat Sep 1 19:24:43 UTC 2012
The following commit has been merged in the master branch:
commit be6c5103821de54a36ce6315d5047b060f9e63bd
Author: Martin Erik Werner <martinerikwerner at gmail.com>
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 <martinerikwerner at gmail.com>
-
-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
More information about the Pkg-games-commits
mailing list