blob: f1ca39bbdf28cbfd921f6ed62e17364731bf4d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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$(LOCALBASE)/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include
endif
ifeq ($(PLATFORM), solaris)
|