summaryrefslogtreecommitdiffstats
path: root/games/amphetamine/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-12 17:47:16 +0000
committerkrion <krion@FreeBSD.org>2003-08-12 17:47:16 +0000
commitce43257161a8d9db540a3728ba70af06d3cc84c3 (patch)
treeebb2e1f5b5a6bb2713a8ac2b117c5ed6d73c87a3 /games/amphetamine/files
parentf3b83bc3c22b2960ffdcbf29b57071e9676e410f (diff)
downloadFreeBSD-ports-ce43257161a8d9db540a3728ba70af06d3cc84c3.zip
FreeBSD-ports-ce43257161a8d9db540a3728ba70af06d3cc84c3.tar.gz
- Update MASTER_SITES and WWW: line
- Support CXX properly - Utilize USE_SDL PR: 55498 Submitted by: Ports Fury
Diffstat (limited to 'games/amphetamine/files')
-rw-r--r--games/amphetamine/files/patch-aa14
1 files changed, 9 insertions, 5 deletions
diff --git a/games/amphetamine/files/patch-aa b/games/amphetamine/files/patch-aa
index ca6aff4..a8279ff 100644
--- a/games/amphetamine/files/patch-aa
+++ b/games/amphetamine/files/patch-aa
@@ -1,8 +1,8 @@
$FreeBSD$
-
---- Makefile.orig Mon Mar 25 21:11:27 2002
-+++ Makefile Tue Jul 2 14:46:57 2002
+
+--- Makefile.orig Tue Mar 26 04:11:27 2002
++++ Makefile Sun Aug 3 22:14:39 2003
@@ -3,13 +3,13 @@
#===============
@@ -20,7 +20,7 @@ $FreeBSD$
SDL_HEADERS := $(shell $(SDL_CONFIG) --cflags)
SDL_LIBS := $(shell $(SDL_CONFIG) --libs)
-@@ -22,7 +22,7 @@
+@@ -22,23 +22,23 @@
# Directories to search for header files
@@ -29,7 +29,11 @@ $FreeBSD$
# makemake variables
-@@ -32,13 +32,13 @@
+-LINKER := g++
+-DEPENDFLAGS := -g ${SEARCHDIRS}
++LINKER := ${CXX}
++DEPENDFLAGS := ${SEARCHDIRS}
+ TOUCHHEADERS := ${MYCODEDIR}/*.h
# C
OpenPOWER on IntegriCloud