summaryrefslogtreecommitdiffstats
path: root/games/tinymux/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/tinymux/files/patch-ab')
-rw-r--r--games/tinymux/files/patch-ab31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/tinymux/files/patch-ab b/games/tinymux/files/patch-ab
new file mode 100644
index 0000000..646b42d
--- /dev/null
+++ b/games/tinymux/files/patch-ab
@@ -0,0 +1,31 @@
+--- Makefile.in.orig Fri Nov 6 11:06:00 1998
++++ Makefile.in Mon Jan 22 23:27:55 2001
+@@ -8,8 +8,10 @@
+ VPATH = @srcdir@
+ BIN = ../game/bin
+ CC = @CC@
++CFLAGS= @CFLAGS@
+ # CPP = @CPP@ # This is broken in autoconf. Sigh.
+ CPP = $(CC) -E
++CPPFLAGS = @CPPFLAGS@
+ LIBS = @LIBS@
+ LIBOBJS = @LIBOBJS@
+
+@@ -18,7 +20,7 @@
+ # gmon.out)
+ #OPTIM = -O
+ #OPTIM = -g -pg -O
+-OPTIM = -g -O
++#OPTIM = -g -O
+
+ # The first set of definitions is for disk-based caching. If you wish to be
+ # memory based, comment the first set and uncomment the second set. Being
+@@ -170,7 +172,7 @@
+ LIB_SRC =
+ LIB_INC =
+ DEBUG = $(OPTIM)
+-ALLCFLAGS = $(CFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F)
++ALLCFLAGS = $(CFLAGS) $(CPPFLAGS) $(DEBUG) $(DEFS) $(COMPRESS_DEFS) $(BASED) $(MALLOC_DEFS) $(CONC_DEFS) $(MOREDEFS) $(RLIM_F)
+
+ #Auxiliary files
+ A_INST = README NOTES HIGHLIGHTS CREDITS CHANGES
OpenPOWER on IntegriCloud