diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
commit | 4d5c7602538b84c33564b815fa72eb9d9df9df21 (patch) | |
tree | efc2ebc2871a752a96936699d197a99ad0cb5e67 /java/jdk16/files/patch-j2se::xawt::Makefile | |
parent | . Forced commit to note repo copy of jdk15 to jdk16. (diff) |
. A native port for JDK 1.6.0 (aka 6.0) Update 1.
Notes
Notes:
svn path=/head/; revision=197135
Diffstat (limited to 'java/jdk16/files/patch-j2se::xawt::Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se::xawt::Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-j2se::xawt::Makefile b/java/jdk16/files/patch-j2se::xawt::Makefile deleted file mode 100644 index 6220ec692520..000000000000 --- a/java/jdk16/files/patch-j2se::xawt::Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$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) |