diff options
Diffstat (limited to 'games/xvmines/files/patch-Imakefile')
-rw-r--r-- | games/xvmines/files/patch-Imakefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/games/xvmines/files/patch-Imakefile b/games/xvmines/files/patch-Imakefile deleted file mode 100644 index f2e3dcb50c2d..000000000000 --- a/games/xvmines/files/patch-Imakefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Imakefile.orig Sun Jun 27 19:05:51 1993 -+++ Imakefile Fri Mar 3 08:07:52 2000 -@@ -1,7 +1,8 @@ --WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) -+#WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) -+WHERE=${LOCALBASE} - - #CC = gcc --CC = cc -+XCOMM CC = cc - INCLUDES = -I${WHERE}/include - LOCAL_LIBRARIES = -L${WHERE}/lib - -@@ -14,7 +15,7 @@ - OBJS = xvmines.o play.o - - #CDEBUGFLAGS = -g --CDEBUGFLAGS = -O4 -+XCOMM CDEBUGFLAGS = -O4 - - ComplexProgramTarget(xvmines) - |