mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
- 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)
26 lines
748 B
Text
26 lines
748 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/sun/awt/mawt.gmk.orig Sun Dec 10 21:49:45 2006
|
|
+++ ../../j2se/make/sun/awt/mawt.gmk Sun Dec 10 21:50:27 2006
|
|
@@ -132,9 +132,9 @@
|
|
ifeq ($(ARCH_DATA_MODEL), 64)
|
|
LIBXT = -lXt
|
|
else
|
|
- LIBXT = /usr/X11R6/lib/libXt.a
|
|
- LIBSM = /usr/X11R6/lib/libSM.a
|
|
- LIBICE = /usr/X11R6/lib/libICE.a
|
|
+ LIBXT = $(LOCALBASE)/lib/libXt.a
|
|
+ LIBSM = $(LOCALBASE)/lib/libSM.a
|
|
+ LIBICE = $(LOCALBASE)/lib/libICE.a
|
|
endif
|
|
endif
|
|
else
|
|
@@ -229,7 +229,7 @@
|
|
$(EVENT_MODEL)
|
|
|
|
ifeq ($(LINUX_OR_BSD), true)
|
|
- CPPFLAGS += -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
|
|
+ CPPFLAGS += -I$(LOCALBASE)/include -I$(LOCALBASE)/include/X11/extensions
|
|
endif
|
|
|
|
ifeq ($(PLATFORM), solaris)
|