diff options
Diffstat (limited to 'games/uox3/files/patch-ai')
-rw-r--r-- | games/uox3/files/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/uox3/files/patch-ai b/games/uox3/files/patch-ai new file mode 100644 index 000000000000..01f971b24966 --- /dev/null +++ b/games/uox3/files/patch-ai @@ -0,0 +1,12 @@ +diff -ruN work.orig/dev/makefile work/dev/makefile +--- work.orig/dev/makefile Fri Nov 27 23:34:50 1998 ++++ work/dev/makefile Fri Sep 10 17:29:52 1999 +@@ -27,7 +27,7 @@ + # Objects + OBJS := $(patsubst %.cpp, %.o, $(SRC)) + +-C_FLAGS = $(WARN) $(OTHER) $(OPT) $(DEBUG) ++C_FLAGS = $(CFLAGS) $(WARN) $(OTHER) $(OPT) $(DEBUG) + + all: + @echo Please specify one of the following: |