diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:09:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 10:09:58 +0000 |
commit | 6c43a5726ea011985cc58f64e3b0caebd341b83d (patch) | |
tree | c2d56ef0a3b6f49bf476b3fc9118b4f37601af14 /games/xvmines/files/patch-aa | |
parent | Upgrade to 2.8.1dev.4 (diff) |
Continuing our relentless quest for minesweepers, we give you xvmines.
PR: 6070
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes:
svn path=/head/; revision=10321
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 |