summaryrefslogtreecommitdiff
path: root/games/xblast/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/xblast/files')
-rw-r--r--games/xblast/files/patch-aa16
1 files changed, 15 insertions, 1 deletions
diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa
index cc7e8f5d3c0c..7e9ec15d8c5c 100644
--- a/games/xblast/files/patch-aa
+++ b/games/xblast/files/patch-aa
@@ -1,5 +1,5 @@
--- Imakefile.orig Wed Jul 28 21:36:20 1999
-+++ Imakefile Fri Aug 27 14:42:54 1999
++++ Imakefile Tue Oct 17 20:23:46 2000
@@ -25,7 +25,9 @@
* If you want to have sound, comment the following line
* Set SOUND_DIR to the directory, where the sounds can be found
@@ -11,3 +11,17 @@
/*
* all programs to be build
+@@ -71,6 +73,13 @@
+ SRCS2 = xbsndsrv.c
+ OBJS2 = xbsndsrv.o
+
++/*
++ * The following is a terrible hack, but there is no man page
++ * and ComplexProgramTarget always wants to install one ...
++ */
++#undef InstallManPage
++#define InstallManPage(p,d)
++
+ ComplexProgramTarget_2(xbsndsrv,NullParameter,NullParameter)
+
+ /*