summaryrefslogtreecommitdiff
path: root/games/xpacman/files/patch-a
diff options
context:
space:
mode:
Diffstat (limited to 'games/xpacman/files/patch-a')
-rw-r--r--games/xpacman/files/patch-a12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/xpacman/files/patch-a b/games/xpacman/files/patch-a
deleted file mode 100644
index 19373827e170..000000000000
--- a/games/xpacman/files/patch-a
+++ /dev/null
@@ -1,12 +0,0 @@
---- Imakefile.orig Sun Sep 8 13:55:25 2002
-+++ Imakefile Sun Sep 8 13:55:59 2002
-@@ -23,7 +23,8 @@
- /* most X11 screens are rather large, you might wisht to use "double" mode */
- CXXEXTRA_DEFINES = -DDOUBLE
-
--NormalProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
-+NormalCplusplusProgramTarget(pacman,$(OBJS),$(DEPXLIB),$(CURSES),$(XLIB))
- InstallProgram(pacman,$(BINDIR))
- InstallManPage(pacman,$(MANDIR))
-+AllTarget(pacman)
- DependTarget()