mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
. Replace some hardwired /usr/local instances with LOCALBASE. . Small Makefile restructure to keep related variables in one place. . Add ipv6 to CATEGORIES if its enabled. [2] PR: 106130 [2] Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> [2] Pointed out by: pointyhat (via kris) [1]
13 lines
434 B
Text
13 lines
434 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/sun/xawt/Makefile.orig Sun Dec 10 21:52:27 2006
|
|
+++ ../../j2se/make/sun/xawt/Makefile Sun Dec 10 21:52:52 2006
|
|
@@ -117,7 +117,7 @@
|
|
endif
|
|
|
|
ifeq ($(PLATFORM), bsd)
|
|
- CPPFLAGS += -I/usr/X11R6/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include
|
|
+ CPPFLAGS += -I$(X11BASE)/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include
|
|
endif
|
|
|
|
ifeq ($(PLATFORM), solaris)
|