rpms/viruskiller/devel viruskiller-1.0-makefile.patch, 1.1, 1.2 viruskiller.spec, 1.10, 1.11

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Aug 29 08:49:41 UTC 2006


Author: thias

Update of /cvs/extras/rpms/viruskiller/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31024

Modified Files:
	viruskiller-1.0-makefile.patch viruskiller.spec 
Log Message:
Add -lz to LIBS in the makefile patch (no longer in SDL libs?).


viruskiller-1.0-makefile.patch:

Index: viruskiller-1.0-makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller-1.0-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- viruskiller-1.0-makefile.patch	6 Mar 2006 17:03:39 -0000	1.1
+++ viruskiller-1.0-makefile.patch	29 Aug 2006 08:49:41 -0000	1.2
@@ -1,7 +1,7 @@
 diff -Naupr viruskiller-1.0.orig/makefile viruskiller-1.0/makefile
 --- viruskiller-1.0.orig/makefile	2005-05-21 19:03:45.000000000 +0200
-+++ viruskiller-1.0/makefile	2006-03-06 17:47:30.000000000 +0100
-@@ -7,18 +7,16 @@ VERSION = 1.0
++++ viruskiller-1.0/makefile	2006-08-29 10:45:35.000000000 +0200
+@@ -7,19 +7,17 @@ VERSION = 1.0
  RELEASE = 1
  USEPAK = 1
  
@@ -21,11 +21,13 @@
  
 -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
 +CFLAGS += $(OPTFLAGS) `sdl-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK)
 +CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DATADIR)manual.html\"
- LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf
++LIBS = `sdl-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf -lz
  
  OBJS += CAudio.o 
+ OBJS += CBase.o
 @@ -77,19 +75,10 @@ install:
  	./pak data gfx music sound $(PAKNAME)
  	mkdir -p $(BINDIR)


Index: viruskiller.spec
===================================================================
RCS file: /cvs/extras/rpms/viruskiller/devel/viruskiller.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- viruskiller.spec	28 Aug 2006 16:40:14 -0000	1.10
+++ viruskiller.spec	29 Aug 2006 08:49:41 -0000	1.11
@@ -74,6 +74,7 @@
 %changelog
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.0-2
 - FC6 rebuild.
+- Add -lz to LIBS in the makefile patch (no longer in SDL libs?).
 
 * Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.0-1
 - Update to 1.0-1.




More information about the fedora-extras-commits mailing list