freebsd-ports/games/xvmines/files/patch-aa
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

22 lines
501 B
Text

--- 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)