1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/misc/xpns/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

29 lines
729 B
Plaintext

--- makefile.orig Wed Jul 14 20:05:14 1993
+++ makefile Fri Aug 11 02:02:40 2000
@@ -7,19 +7,19 @@
#I = -I/usr/include
#------------------------------------------
-# OPTIONEN SUN
+# OPTIONEN FreeBSD
#------------------------------------------
O = -O
-I = -I/usr/local/X11R5/include
-
-L = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
+I = -I$(LOCALBASE)/include
+L = -L$(LOCALBASE)/lib -lXaw -lXmu -lXt -lXext -lX11 -lm
+L +=-Wl,-rpath,$(LOCALBASE)/lib
#------------------------------------------
# COMPILER UND LINKER
#------------------------------------------
-B = gcc-2.3.3 $O -o
-CC = gcc-2.3.3 $O $I
+B = $(CC) -o
+CC += $I
#------------------------------------------
# FUNKTIONEN DIR