aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-20 16:38:38 +0800
committerpav <pav@FreeBSD.org>2005-07-20 16:38:38 +0800
commite27c1657c40e0e79103367ccd83ebdf04b6bf6e5 (patch)
tree9c0589d0c1b039ff5a382cd030d8bb0648d35149 /games
parentbd0d5304e00ee6165c1135ec423a47efa306cc86 (diff)
downloadfreebsd-ports-gnome-e27c1657c40e0e79103367ccd83ebdf04b6bf6e5.tar.gz
freebsd-ports-gnome-e27c1657c40e0e79103367ccd83ebdf04b6bf6e5.tar.zst
freebsd-ports-gnome-e27c1657c40e0e79103367ccd83ebdf04b6bf6e5.zip
- Fix patch: respect SDL_CONFIG
PR: ports/83752 Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
Diffstat (limited to 'games')
-rw-r--r--games/viruskiller/files/patch-makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/games/viruskiller/files/patch-makefile b/games/viruskiller/files/patch-makefile
index 83961ec599ee..3fbb8f8af3c8 100644
--- a/games/viruskiller/files/patch-makefile
+++ b/games/viruskiller/files/patch-makefile
@@ -1,6 +1,6 @@
--- makefile.orig Sat May 21 14:03:45 2005
-+++ makefile Wed Jul 13 19:30:52 2005
-@@ -7,19 +7,18 @@
++++ makefile Tue Jul 19 18:49:52 2005
+@@ -7,10 +7,9 @@
RELEASE = 1
USEPAK = 1
@@ -14,18 +14,6 @@
ICONDIR = $(PREFIX)/share/icons/
KDE = $(PREFIX)/share/applnk/Games/Arcade/
GNOME = $(PREFIX)/share/gnome/apps/Games/
-
- SAFEDIR = /tmp/
-
--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 += `/usr/local/bin/sdl11-config --cflags` -DVERSION=$(VERSION) -DRELEASE=$(RELEASE) -DUSEPAK=$(USEPAK)
-+CFLAGS += -DPAKNAME=\"$(PAKNAME)\" -DPAKLOCATION=\"$(DATADIR)\" -DSAFEDIR=\"$(SAFEDIR)\" -DUNIX -DGAMEPLAYMANUAL=\"$(DOCDIR)manual.html\" -Wall
-+LIBS = `/usr/local/bin/sdl11-config --libs` -lSDL_mixer -lSDL_image -lSDL_ttf
-
- OBJS += CAudio.o
- OBJS += CBase.o
@@ -51,7 +50,7 @@
PAKOBJS = CFileData.o pak.o