aboutsummaryrefslogtreecommitdiff
path: root/games/bugsquish/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-26 21:01:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-26 21:01:30 +0000
commit2d186650af41dc43d1801ebc7438bfb681ed1906 (patch)
tree06761b08f832fe87db245f0ebc6aa78f0b3923c6 /games/bugsquish/files
parentc6ed33f76374995db369d5991bcdfc22d9793ba8 (diff)
downloadports-2d186650af41dc43d1801ebc7438bfb681ed1906.tar.gz
ports-2d186650af41dc43d1801ebc7438bfb681ed1906.zip
Notes
Diffstat (limited to 'games/bugsquish/files')
-rw-r--r--games/bugsquish/files/patch-Makefile20
1 files changed, 8 insertions, 12 deletions
diff --git a/games/bugsquish/files/patch-Makefile b/games/bugsquish/files/patch-Makefile
index 4183884846bc..3dd2d050feb4 100644
--- a/games/bugsquish/files/patch-Makefile
+++ b/games/bugsquish/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Apr 19 04:15:27 2002
-+++ Makefile Mon Jul 5 17:23:01 2004
+--- Makefile.orig Fri Apr 19 17:15:27 2002
++++ Makefile Fri Nov 26 23:05:54 2004
@@ -9,8 +9,8 @@
# User-definable stuff:
@@ -20,19 +20,15 @@
-D$(NOSOUNDFLAG) -D$(TARGET_DEF)
-@@ -29,11 +29,11 @@
+@@ -29,8 +29,9 @@
IMAGE=-lSDL_image
NOSOUNDFLAG=__SOUND
SDL_LIB=$(SDL_LDFLAGS) $(MIXER) $(IMAGE)
-SDL_CFLAGS := $(shell sdl-config --cflags)
-SDL_LDFLAGS := $(shell sdl-config --libs)
-+SDL_CFLAGS := $(shell sdl11-config --cflags)
-+SDL_LDFLAGS := $(shell sdl11-config --libs)
++SDL_CONFIG ?=sdl-config
++SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags)
++SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs)
--installbin = install -g root -o root -m 755
--installdat = install -g root -o root -m 644
-+installbin = ${BSD_INSTALL_BIN}
-+installdat = ${BSD_INSTALL_DATA}
-
-
- # Make commands:
+ installbin = install -g root -o root -m 755
+ installdat = install -g root -o root -m 644