summaryrefslogtreecommitdiff
path: root/games/tads/patches/patch-ac
diff options
context:
space:
mode:
authormycroft <mycroft>2004-10-08 23:14:37 +0000
committermycroft <mycroft>2004-10-08 23:14:37 +0000
commitcd7524c37f71fdc526d79030a4784b33626f8143 (patch)
tree80eb5f0fd00793d1fe7a53b08be69dcd3c8133ea /games/tads/patches/patch-ac
parentaadeb7e7958952199e6913888d175a9fe7e8c379 (diff)
downloadpkgsrc-cd7524c37f71fdc526d79030a4784b33626f8143.tar.gz
Update to 3.0.7.
Diffstat (limited to 'games/tads/patches/patch-ac')
-rw-r--r--games/tads/patches/patch-ac30
1 files changed, 15 insertions, 15 deletions
diff --git a/games/tads/patches/patch-ac b/games/tads/patches/patch-ac
index 943c57eecca..0afc1ca1136 100644
--- a/games/tads/patches/patch-ac
+++ b/games/tads/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $
+$NetBSD: patch-ac,v 1.2 2004/10/08 23:14:38 mycroft Exp $
---- tads3/makefile.orig Sat Sep 28 23:29:18 2002
-+++ tads3/makefile
+--- tads3/Makefile.orig 2004-07-13 19:43:38.000000000 +0000
++++ tads3/Makefile 2004-09-23 22:26:02.000000000 +0000
@@ -14,9 +14,9 @@
# Installation points for TADS3. Tailor these to your liking. If you install
# manually, DATADIR must match where you actually put the libraries and
@@ -14,16 +14,16 @@ $NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $
DATADIR = $(PREFIX)/share/tads3
LIBDIR = $(DATADIR)/libraries
INCDIR = $(DATADIR)/includes
-@@ -113,6 +113,25 @@ RESDIR = $(DATADIR)/resources
+@@ -113,6 +113,25 @@
#DISPLAY_LIB = -ltermcap
###########################################################################
-+# NetBSD #
-+# Compiled and tested on NetBSD 1.6 #
-+# Maintainer: #
-+# #
-+# Uncomment -fno-exceptions from CXX_OPTIMIZE if you have a reasonably #
-+# current (> 2.7) version of g++. #
++# NetBSD
++# Compiled and tested on NetBSD 1.6
++# Maintainer:
++#
++# Uncomment -fno-exceptions from CXX_OPTIMIZE if you have a reasonably
++# current (> 2.7) version of g++.
+###########################################################################
+#
+.if ${OPSYS} == "NetBSD"
@@ -32,15 +32,15 @@ $NetBSD: patch-ac,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $
+IDENT = -DOS_SYSTEM_NAME=\"NetBSD\"
+OPTIMIZE = -O2
+CXX_OPTIMIZE = -fno-exceptions
-+OS_FLAGS = -DOS_ANSI -DHAVE_STRCASECMP -Dmemicmp=strncasecmp
++OS_FLAGS = -DOS_ANSI -DHAVE_STRCASECMP -Dmemicmp=strncasecmp -I./BSD
+DISPLAY_LIB = ${LDFLAGS} -lncurses
+.endif
+
+###########################################################################
- # OpenBSD #
- # Compiled and tested on OpenBSD 3.0 #
- # Maintainer: Mark Wickham (macwickham@attbi.com) #
-@@ -208,21 +227,27 @@ T3PRE_OBJS = test_pre.o std.o std_dbg.o
+ # OpenBSD
+ # Compiled and tested on OpenBSD 3.0
+ # Maintainer: Mark Wickham (macwickham@attbi.com)
+@@ -208,21 +227,27 @@
all: t3make t3run t23run t3pre
install: all install-common