ports/83752: [MAINTAINER UPDATE] games/iruskiller: respect SDL_CONFIG variable
Alejandro Pulver
alejandro at varnet.biz
Tue Jul 19 22:00:36 UTC 2005
>Number: 83752
>Category: ports
>Synopsis: [MAINTAINER UPDATE] games/iruskiller: respect SDL_CONFIG variable
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 19 22:00:33 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Alejandro Pulver
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
--- viruskiller.diff begins here ---
diff -urN viruskiller.old/files/patch-makefile viruskiller/files/patch-makefile
--- viruskiller.old/files/patch-makefile Fri Jul 15 15:33:00 2005
+++ viruskiller/files/patch-makefile Tue Jul 19 18:50:10 2005
@@ -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
--- viruskiller.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list