diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:31:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:31:26 +0000 |
commit | d23792c8aa1b1e4034f93a0170a310345f961cc9 (patch) | |
tree | 239b668af7d2ffc0d2d9c397e6831f592c112af6 /games/xtux/files/patch-ad | |
parent | Update to 0.7.6. (diff) |
Add xtux 2000.11.25, a game where you play an opensource mascot (e.g. Tux
or Daemon), and the goal is to save the world from Mr. Bill (Fumerola).
PR: 23791
Submitted by: Göran Runfeldt <goranrunfeldt@home.se>
Notes
Notes:
svn path=/head/; revision=36363
Diffstat (limited to 'games/xtux/files/patch-ad')
-rw-r--r-- | games/xtux/files/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xtux/files/patch-ad b/games/xtux/files/patch-ad new file mode 100644 index 000000000000..90d5463da084 --- /dev/null +++ b/games/xtux/files/patch-ad @@ -0,0 +1,12 @@ +--- src/client/Makefile.orig Sun Nov 19 12:53:00 2000 ++++ src/client/Makefile Sat Dec 23 07:53:09 2000 +@@ -20,9 +20,6 @@ + # Where to put the XTux client binary. + BINARY = $(TOPLEVEL_PATH)/xtux + +-# Flags used when compiling +-CFLAGS = -g -Wall -O -DDATADIR=\"$(DATADIR)\" +- + # Paths to header files + X11_INC = -I$(X11_PATH)/include + COMMON_INC = -I$(COMMON_PATH) |