r13679 - ! dirs' list truncated !

Andreas Rönnquist gusnan-guest at alioth.debian.org
Tue Jun 5 15:06:57 UTC 2012


Author: gusnan-guest
Date: 2012-06-05 15:06:57 +0000 (Tue, 05 Jun 2012)
New Revision: 13679

Added:
   packages/trunk/excellent-bifurcation/debian/patches/fix_link_alleg.patch
Modified:
   packages/trunk/excellent-bifurcation/debian/patches/series
Log:
Add patch to fix allegro linker flags - Closes #676026

Added: packages/trunk/excellent-bifurcation/debian/patches/fix_link_alleg.patch
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/fix_link_alleg.patch	                        (rev 0)
+++ packages/trunk/excellent-bifurcation/debian/patches/fix_link_alleg.patch	2012-06-05 15:06:57 UTC (rev 13679)
@@ -0,0 +1,11 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -3,7 +3,7 @@
+ PKGCONFIG_FILES=libxdg-basedir
+ PKGCONFIG_CFLAGS= `pkg-config $(PKGCONFIG_FILES) --cflags`
+ PKGCONFIG_LDFLAGS= `pkg-config $(PKGCONFIG_FILES) --libs`
+-LDFLAGS=-lalleg-4.2.2
++LDFLAGS=`allegro-config --libs`
+ SOURCES=$(shell find . -name "*.c")
+ OBJECTS=$(SOURCES:.c=.o)
+ EXECUTABLE=excellent-bifurcation

Modified: packages/trunk/excellent-bifurcation/debian/patches/series
===================================================================
--- packages/trunk/excellent-bifurcation/debian/patches/series	2012-06-05 13:51:53 UTC (rev 13678)
+++ packages/trunk/excellent-bifurcation/debian/patches/series	2012-06-05 15:06:57 UTC (rev 13679)
@@ -2,3 +2,4 @@
 windowed.patch
 config_file.patch
 link-with-libm.patch
+fix_link_alleg.patch




More information about the Pkg-games-commits mailing list