diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:12:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-27 23:12:15 +0000 |
commit | c999bdb3f422da8ed9ab6045641989296a882c92 (patch) | |
tree | b95ca8852f682cfc3e4410f19173f98424cc7a11 /games/uox3/files/patch-ai | |
parent | b5be4f3f9d7c307847575c942c6746e0fa057abc (diff) |
- Split patches one per file.
- Fix build on -current.
- Sprinkly in a little reinstall friendliness for good measures.
Notes
Notes:
svn path=/head/; revision=26390
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: |