Author: vincentc-guest Date: 2012-06-06 04:41:18 +0000 (Wed, 06 Jun 2012) New Revision: 13685
Modified: packages/trunk/excellent-bifurcation/debian/changelog packages/trunk/excellent-bifurcation/debian/patches/fix_allegro_linker_flag.patch Log: excellent-bifurcation: Update allegro linker patch to use Andreas' 2nd version Modified: packages/trunk/excellent-bifurcation/debian/changelog =================================================================== --- packages/trunk/excellent-bifurcation/debian/changelog 2012-06-06 04:38:04 UTC (rev 13684) +++ packages/trunk/excellent-bifurcation/debian/changelog 2012-06-06 04:41:18 UTC (rev 13685) @@ -1,3 +1,9 @@ +excellent-bifurcation (0.0.20071015-6) UNRELEASED; urgency=low + + * Update debian/patches/fix_allegro_linker_flag.patch. + + -- Vincent Cheng <[email protected]> Tue, 05 Jun 2012 21:40:04 -0700 + excellent-bifurcation (0.0.20071015-5) unstable; urgency=low * Add debian/patches/fix_allegro_linker_flag.patch to fix FTBFS; thanks to Modified: packages/trunk/excellent-bifurcation/debian/patches/fix_allegro_linker_flag.patch =================================================================== --- packages/trunk/excellent-bifurcation/debian/patches/fix_allegro_linker_flag.patch 2012-06-06 04:38:04 UTC (rev 13684) +++ packages/trunk/excellent-bifurcation/debian/patches/fix_allegro_linker_flag.patch 2012-06-06 04:41:18 UTC (rev 13685) @@ -1,6 +1,6 @@ -Description: Link against -lalleg instead of -lalleg-4.2.2 to fix FTBFS +Description: Use allegro-config instead of -lalleg-4.2.2 to fix FTBFS Author: Andreas Rönnquist <[email protected]> -Last-Update: 2012-06-04 +Last-Update: 2012-06-05 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ PKGCONFIG_CFLAGS= `pkg-config $(PKGCONFIG_FILES) --cflags` PKGCONFIG_LDFLAGS= `pkg-config $(PKGCONFIG_FILES) --libs` -LDFLAGS=-lalleg-4.2.2 -+LDFLAGS=-lalleg ++LDFLAGS=`allegro-config --libs` SOURCES=$(shell find . -name "*.c") OBJECTS=$(SOURCES:.c=.o) EXECUTABLE=excellent-bifurcation _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

