summaryrefslogtreecommitdiff
path: root/games/xpacman/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1995-08-19 20:42:47 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1995-08-19 20:42:47 +0000
commit93503a98f2be964b5a14fe381b6940bf841fff09 (patch)
tree907964abba5da239efcfe83e03e3488213a8701f /games/xpacman/files
parentPort of rdist-6.1.0 (diff)
Roar Tronæs' X11 version of the pacman game.
Notes
Notes: svn path=/head/; revision=2082
Diffstat (limited to 'games/xpacman/files')
-rw-r--r--games/xpacman/files/patch-a11
-rw-r--r--games/xpacman/files/patch-b8
2 files changed, 19 insertions, 0 deletions
diff --git a/games/xpacman/files/patch-a b/games/xpacman/files/patch-a
new file mode 100644
index 000000000000..70610287c174
--- /dev/null
+++ b/games/xpacman/files/patch-a
@@ -0,0 +1,11 @@
+--- Imakefile.orig Tue Jul 25 16:14:56 1995
++++ Imakefile Sat Aug 19 22:00:04 1995
+@@ -21,7 +21,7 @@
+ CURSES = -lcurses -ltermcap
+
+ /* most X11 screens are rather large, you might wisht to use "double" mode */
+-/* CXXEXTRA_DEFINES = -DDOUBLE */
++CXXEXTRA_DEFINES = -DDOUBLE
+
+ NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
+ InstallProgram(pacman,$(BINDIR))
diff --git a/games/xpacman/files/patch-b b/games/xpacman/files/patch-b
new file mode 100644
index 000000000000..9cf1f93723e0
--- /dev/null
+++ b/games/xpacman/files/patch-b
@@ -0,0 +1,8 @@
+--- Imakefile.orig Sat Aug 19 22:00:04 1995
++++ Imakefile Sat Aug 19 22:00:55 1995
+@@ -26,4 +26,5 @@
+ NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
+ InstallProgram(pacman,$(BINDIR))
+ InstallManPage(pacman,$(MANDIR))
++AllTarget(pacman)
+ DependTarget()