r14073 - packages/trunk/tumiki-fighters/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sat May 18 23:34:05 UTC 2013


Author: pdewacht-guest
Date: 2013-05-18 23:34:05 +0000 (Sat, 18 May 2013)
New Revision: 14073

Modified:
   packages/trunk/tumiki-fighters/debian/patches/makefile.patch
Log:
Re-add -fdepracated, otherwise it will pbly FTBFS next gdc upload


Modified: packages/trunk/tumiki-fighters/debian/patches/makefile.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2013-05-18 22:35:13 UTC (rev 14072)
+++ packages/trunk/tumiki-fighters/debian/patches/makefile.patch	2013-05-18 23:34:05 UTC (rev 14073)
@@ -11,7 +11,7 @@
 +all: $(EXE)
 +
 +$(EXE): $(DSRC)
-+	gdc -o $@ -Iimport -Isrc $(DFLAGS) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DSRC) -lSDL -lGL -lSDL_mixer -lbulletml
++	gdc -o $@ -fdeprecated -Iimport -Isrc $(DFLAGS) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(DSRC) -lSDL -lGL -lSDL_mixer -lbulletml
 +
 +clean:
 +	rm -f $(EXE)




More information about the Pkg-games-commits mailing list