[SCM] game about viruses invading your computer branch, master, updated. debian/1.0-1.dfsg.1-2-14-g1580490

Stephen M. Webb stephen.webb at bregmasoft.ca
Wed Jan 4 19:08:28 UTC 2012


The following commit has been merged in the master branch:
commit d590acaef21732054d2c3ed4f1a93cca8421593e
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
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



More information about the Pkg-games-commits mailing list