From 53b627822cfb2e2c9b9b3694eb730bfbb2ffeddb Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 17 Jan 2003 08:50:23 +0000 Subject: Add tads 2.5.7, a compiler, debugger and runtime interpreter of adventure games/interactive fiction. See http://www.igs.net/~tril/if/best/ for sample game files. --- games/tads/files/patch-makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games/tads/files/patch-makefile (limited to 'games/tads/files') diff --git a/games/tads/files/patch-makefile b/games/tads/files/patch-makefile new file mode 100644 index 00000000000..75dd25db794 --- /dev/null +++ b/games/tads/files/patch-makefile @@ -0,0 +1,29 @@ +--- makefile.orig Fri Jan 17 00:30:32 2003 ++++ makefile Fri Jan 17 00:30:49 2003 +@@ -238,16 +238,16 @@ + # compatibility libraries installed. It has not been tested with a bare + # FreeBSD system without the Linux libraries. + # +-#CC=gcc +-#OPTIMIZE= +-#UNIXFLAGS=-g -DOSANSI -DUNIX -DHAVE_STRCASECMP +-#SYSFLAGS= -DOS_SYSTEM_NAME=\""FREEBSD_386"\" -DSYSNAME=\""i386+ running FreeBSD"\" -DSYSPL=\"1\" -DPORTER=\""$(DAVE)"\" -DSYSMAINTAINER=\""FreeBSD port maintained by $(DAVE)\n"\" +-#CFLAGS= $(UNIXFLAGS) $(SYSFLAGS) -DFREEBSD_386 +-#AFLAGS= +-#OVLFLG= +-#MACHDEP= +-#LIBS=-ltermcap +-#MAKEXEC=touch ++CC?=cc ++OPTIMIZE= ++UNIXFLAGS=-g -DOSANSI -DUNIX -DHAVE_STRCASECMP ++SYSFLAGS= -DOS_SYSTEM_NAME=\""FREEBSD_386"\" -DSYSNAME=\""i386+ running FreeBSD"\" -DSYSPL=\"1\" -DPORTER=\""$(DAVE)"\" -DSYSMAINTAINER=\""FreeBSD port maintained by $(DAVE)\n"\" ++CFLAGS+= $(UNIXFLAGS) $(SYSFLAGS) -DFREEBSD_386 ++AFLAGS= ++OVLFLG= ++MACHDEP= ++LIBS=-ltermcap ++MAKEXEC=touch + + # OpenBSD 3.0 with gcc 2.95.3 + # This has been compiled on an i386 system running OPENBSD 3.0 -- cgit