diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-06 00:47:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-06 00:47:52 +0800 |
commit | 5eef9c704d8fbd4fddbb2448ad5386b314e0cade (patch) | |
tree | 0264ca1eaeee88295b768d2c5a8c72a09bb511ff /games/amphetamine/files | |
parent | dffbc7315246187318f684deee3ea2d62a5833d1 (diff) | |
download | freebsd-ports-gnome-5eef9c704d8fbd4fddbb2448ad5386b314e0cade.tar.gz freebsd-ports-gnome-5eef9c704d8fbd4fddbb2448ad5386b314e0cade.tar.zst freebsd-ports-gnome-5eef9c704d8fbd4fddbb2448ad5386b314e0cade.zip |
Update to 0.8.9.
Diffstat (limited to 'games/amphetamine/files')
-rw-r--r-- | games/amphetamine/files/patch-aa | 48 |
1 files changed, 22 insertions, 26 deletions
diff --git a/games/amphetamine/files/patch-aa b/games/amphetamine/files/patch-aa index 42b7c6a08b4a..da6c08b725e9 100644 --- a/games/amphetamine/files/patch-aa +++ b/games/amphetamine/files/patch-aa @@ -1,24 +1,29 @@ ---- Makefile.orig Sun Feb 27 05:45:57 2000 -+++ Makefile Mon Apr 30 01:16:01 2001 -@@ -5,14 +5,14 @@ - # User settings + +$FreeBSD$ + +--- Makefile.orig Wed Mar 28 12:11:39 2001 ++++ Makefile Fri Oct 5 19:43:34 2001 +@@ -3,8 +3,8 @@ #=============== + # Install Paths -PREFIX := /usr/local -INSTALL_DIR := ${PREFIX}/games/amph -+#PREFIX := /usr/local ++PREFIX ?= /usr/local +INSTALL_DIR := ${PREFIX}/share/amph - # Linux or SPARC - TARGET_ARCH := Linux - + # Endianess: + # LITTLE_ENDIAN (for Intel) +@@ -14,7 +14,7 @@ + # Libraries USE_LIB_XPM := TRUE --SDL_HEADERS := `sdl-config --cflags` -+SDL_HEADERS := `$(SDL_CONFIG) --cflags` - # For framerate dislpay (doesn't work yet) - USE_LIB_SGE := FLASE -@@ -24,7 +24,7 @@ +-SDL_CONFIG := sdl-config ++SDL_CONFIG ?= sdl-config + SDL_HEADERS := $(shell $(SDL_CONFIG) --cflags) + SDL_LIBS := $(shell $(SDL_CONFIG) --libs) + +@@ -27,7 +27,7 @@ # Directories to search for header files @@ -27,7 +32,7 @@ # makemake variables -@@ -34,13 +34,13 @@ +@@ -37,13 +37,13 @@ # C @@ -45,17 +50,8 @@ %.o : %.cpp ${CXX} ${CPPFLAGS} -c $< ${CXXFLAGS} -o $@ -@@ -65,7 +65,7 @@ - - # linker - --LOADLIBES := -lm `sdl-config --libs` -+LOADLIBES := -lm `$(SDL_CONFIG) --libs` - - ifeq ($(USE_LIB_XPM),TRUE) +@@ -76,7 +76,7 @@ LOADLIBES := $(LOADLIBES) -lXpm -lXt -@@ -75,7 +75,7 @@ - LOADLIBES := $(LOADLIBES) -lSGE endif -LDFLAGS = -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib @@ -63,7 +59,7 @@ .PHONY : default default : amph -@@ -83,9 +83,9 @@ +@@ -84,9 +84,9 @@ .PHONY : install install: amph @./mkinstalldirs ${INSTALL_DIR} @@ -76,7 +72,7 @@ # This is what makemake added -@@ -203,7 +203,7 @@ +@@ -204,7 +204,7 @@ ./src/Surface.o: ./src/AmpHead.hpp ./src/Clut.hpp ./src/ConstVal.hpp ./src/Graphfil.hpp ./src/Shape.hpp ./src/ShapeLd.hpp ./src/Surface.hpp ./src/System.hpp /usr/include/limits.h /usr/include/math.h /usr/include/stdio.h /usr/include/stdlib.h |