mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
3e4ed01146
- 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)
29 lines
729 B
Plaintext
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
|