diff options
Diffstat (limited to 'java/jdk15/files/patch-j2se::xawt::Makefile')
-rw-r--r-- | java/jdk15/files/patch-j2se::xawt::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-j2se::xawt::Makefile b/java/jdk15/files/patch-j2se::xawt::Makefile new file mode 100644 index 00000000000..6220ec69252 --- /dev/null +++ b/java/jdk15/files/patch-j2se::xawt::Makefile @@ -0,0 +1,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$(X11BASE)/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include + endif + + ifeq ($(PLATFORM), solaris) |