r4093 - in packages/trunk/es/debian: . patches
Miriam Ruiz
baby-guest at alioth.debian.org
Thu Sep 6 12:47:32 UTC 2007
Author: baby-guest
Date: 2007-09-06 12:47:32 +0000 (Thu, 06 Sep 2007)
New Revision: 4093
Modified:
packages/trunk/es/debian/patches/makefile.patch
packages/trunk/es/debian/rules
Log:
Removed unneccesary dependency on bulletml
Modified: packages/trunk/es/debian/patches/makefile.patch
===================================================================
--- packages/trunk/es/debian/patches/makefile.patch 2007-09-06 12:47:04 UTC (rev 4092)
+++ packages/trunk/es/debian/patches/makefile.patch 2007-09-06 12:47:32 UTC (rev 4093)
@@ -15,7 +15,7 @@
+all: $(EXE)
+
+$(EXE): $(OBJS)
-+ gcc -o $@ $(OBJS) -lbulletml -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
++ gcc -o $@ $(OBJS) -lgphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer
+
+$(OBJS): %.o: %.d
+ $(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $<
Modified: packages/trunk/es/debian/rules
===================================================================
--- packages/trunk/es/debian/rules 2007-09-06 12:47:04 UTC (rev 4092)
+++ packages/trunk/es/debian/rules 2007-09-06 12:47:32 UTC (rev 4093)
@@ -34,6 +34,7 @@
#[ ! -f Makefile ] || $(MAKE) clean
rm -f es
rm -f `find . -name "*.o"`
+ rm -f import/bulletml.d
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
dh_clean
More information about the Pkg-games-commits
mailing list