- 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)
11 lines
308 B
Text
11 lines
308 B
Text
--- lib/Makefile.orig Fri Jun 17 09:44:23 2005
|
|
+++ lib/Makefile Wed Jun 22 19:12:16 2005
|
|
@@ -6,7 +6,7 @@
|
|
FIND_DIRS= /usr/lib \
|
|
${LOCALBASE}/lib
|
|
|
|
-.if exists(/compat/linux)
|
|
+.if exists(/compat/linux) && !defined(WITHOUT_LINUX)
|
|
SUBDIR+= compat
|
|
FIND_DIRS+= /compat/linux/lib \
|
|
/compat/linux/usr/lib \
|