Author: baby-guest Date: 2008-01-07 16:28:01 +0000 (Mon, 07 Jan 2008) New Revision: 5261
Modified: packages/trunk/ii-esu/debian/patches/makefile.patch Log: Removed unneeded link to GLU Modified: packages/trunk/ii-esu/debian/patches/makefile.patch =================================================================== --- packages/trunk/ii-esu/debian/patches/makefile.patch 2008-01-07 13:01:37 UTC (rev 5260) +++ packages/trunk/ii-esu/debian/patches/makefile.patch 2008-01-07 16:28:01 UTC (rev 5261) @@ -5,7 +5,7 @@ Index: ii-esu-1.0a.dfsg1/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ ii-esu-1.0a.dfsg1/Makefile 2007-11-13 18:46:14.000000000 +0000 ++++ ii-esu-1.0a.dfsg1/Makefile 2008-01-07 16:26:20.000000000 +0000 @@ -0,0 +1,24 @@ +DC=gdmd +DFLAGS=-g -O -d -release @@ -19,7 +19,7 @@ +all: $(EXE) + +$(EXE): $(OBJS) -+ gdc -o $@ $(OBJS) -lSDL -lGL -lGLU -lSDL_mixer ++ gdc -o $@ $(OBJS) -lSDL -lGL -lSDL_mixer + +$(OBJS): %.o: %.d + $(DC) -c $(DOUT)$@ $(DFLAGS) -Iimport -Isrc $< _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

