The following commit has been merged in the master branch:
commit d590acaef21732054d2c3ed4f1a93cca8421593e
Author: Stephen M. Webb <[email protected]>
Date:   Wed Jan 4 13:09:51 2012 -0500

    refreshed debian/patches/link-libz.patch

diff --git a/debian/patches/link-libz.patch b/debian/patches/link-libz.patch
index 221f2c6..2dc0feb 100644
--- a/debian/patches/link-libz.patch
+++ b/debian/patches/link-libz.patch
@@ -5,14 +5,21 @@ Subject: link libz
 
 Viruskiller uses the function `uncompress' from libz.  It therefore needs
 to link with -lz.
---- viruskiller.orig/makefile
-+++ viruskiller/makefile
-@@ -19,7 +19,7 @@
- 
+--- a/makefile
++++ b/makefile
+@@ -22,7 +22,7 @@
  CFLAGS += `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) 
-DUSEPAK=$(USEPAK)
  CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" 
-DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)manual.html\" -Wall
--LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf
-+LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz
+ CFLAGS += -DMEDAL_SERVER_HOST=\"$(MEDAL_SERVER_HOST)\" 
-DMEDAL_SERVER_PORT=$(MEDAL_SERVER_PORT)
+-LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net
++LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lSDL_net -lz
  
  OBJS += CAudio.o 
  OBJS += CBase.o
+@@ -105,4 +105,4 @@
+       $(RM) $(ICONDIR)32x32/apps/$(PROG).png
+       $(RM) $(ICONDIR)64x64/apps/$(PROG).png
+       $(RM) $(DESKTOPDIR)$(PROG).desktop
+-      
+\ No newline at end of file
++

-- 
game about viruses invading your computer

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to