summaryrefslogtreecommitdiff
path: root/games/xpacman/files/patch-a
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2014-08-10 15:02:19 +0000
committerWen Heping <wen@FreeBSD.org>2014-08-10 15:02:19 +0000
commit0dbc01a290e871a86202d2537f15634884bf997a (patch)
treef20a54c4bf9bd087f675e1ef6ff3e70578f06ca7 /games/xpacman/files/patch-a
parentAdd CPE data to my ports. (diff)
- Update to 1.002
- Stage support - Fix build with clang PR: 192546 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru>
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()