Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jul 2005 18:54:38 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/83752: [MAINTAINER UPDATE] games/iruskiller: respect SDL_CONFIG variable
Message-ID:  <1121810078.0@phobos.mars.bsd>
Resent-Message-ID: <200507192200.j6JM0X3v080624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1121810078.0>