diff options
Diffstat (limited to '')
-rw-r--r-- | games/xvmines/files/patch-aa | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/xvmines/files/patch-aa b/games/xvmines/files/patch-aa new file mode 100644 index 000000000000..1875df00d25a --- /dev/null +++ b/games/xvmines/files/patch-aa @@ -0,0 +1,9 @@ +--- Imakefile Sun Jun 27 10:05:51 1993 ++++ /home/andy/tmp/wrk/Imakefile Fri Mar 20 00:45:31 1998 +@@ -1,4 +1,5 @@ +-WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) ++#WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) ++WHERE=${X11BASE} + + #CC = gcc + CC = cc |