summaryrefslogtreecommitdiff
path: root/games/angband-tty/patches
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-04-20 12:54:08 +0000
committercjep <cjep@pkgsrc.org>2002-04-20 12:54:08 +0000
commita346e8e55c56a816c487514440a5e1150633c312 (patch)
treeb8497c18e23acb1a537cde87e1a85166f9e92d32 /games/angband-tty/patches
parent0de03b66c715e8a8a0cafebcd6ed504964faa7d4 (diff)
downloadpkgsrc-a346e8e55c56a816c487514440a5e1150633c312.tar.gz
On arm32, use gcc-2.95.3. Pass CC to make in the environment.
Diffstat (limited to 'games/angband-tty/patches')
-rw-r--r--games/angband-tty/patches/patch-ac21
1 files changed, 17 insertions, 4 deletions
diff --git a/games/angband-tty/patches/patch-ac b/games/angband-tty/patches/patch-ac
index 300a73df30b..d00fe6e6bda 100644
--- a/games/angband-tty/patches/patch-ac
+++ b/games/angband-tty/patches/patch-ac
@@ -1,10 +1,23 @@
-$NetBSD: patch-ac,v 1.1 1998/08/27 13:18:21 garbled Exp $
---- Makefile.std.orig Wed Feb 11 04:30:28 1998
-+++ Makefile.std Sun Aug 9 01:46:05 1998
-@@ -117,4 +117,4 @@
+$NetBSD: patch-ac,v 1.2 2002/04/20 12:54:09 cjep Exp $
+--- Makefile.std.orig Wed Feb 11 11:30:28 1998
++++ Makefile.std Sat Apr 20 13:41:52 2002
+@@ -94,7 +94,7 @@
+ #
+ # This is my compiler of choice, it seems to work most everywhere
+ #
+-CC = gcc
++#CC = gcc
+
+
+ #
+@@ -115,8 +115,8 @@
+ # including "USE_GETCH" and "USE_CURS_SET". Note that "config.h" will
+ # attempt to "guess" at many of these flags based on your system.
#
-CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU"
-LIBS = -lX11 -lcurses -ltermcap
+CFLAGS = -Wall -O -D"USE_GCU" -DDEFAULT_PATH=\"$(PREFIX)/share/angband/\"
+LIBS = -lcurses -ltermcap
+
+ ##