diff options
author | glewis <glewis@FreeBSD.org> | 2003-07-12 05:01:00 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-07-12 05:01:00 +0800 |
commit | 30f6b32591793561ed8314abca34db1316a7f9d8 (patch) | |
tree | c9053874d00d91e9f4fa975c11d4981565000ab8 /java/jdk13 | |
parent | 6c04bf478dcdf5e7c7d39c2ae0962bffc5d76ab9 (diff) | |
download | freebsd-ports-gnome-30f6b32591793561ed8314abca34db1316a7f9d8.tar.gz freebsd-ports-gnome-30f6b32591793561ed8314abca34db1316a7f9d8.tar.zst freebsd-ports-gnome-30f6b32591793561ed8314abca34db1316a7f9d8.zip |
. Try to ensure that we get the correct version of some Netscape header
files. This will hopefully fix some build problems people have been
experiencing with bogus versions of these files being installed by Qt.
PR: 54180
Diffstat (limited to 'java/jdk13')
-rw-r--r-- | java/jdk13/files/patch-GNUmakefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-GNUmakefile b/java/jdk13/files/patch-GNUmakefile new file mode 100644 index 000000000000..439b58ef0524 --- /dev/null +++ b/java/jdk13/files/patch-GNUmakefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../ext/plugin/build/solaris/GNUmakefile 7 Feb 2003 23:09:29 -0000 1.11 ++++ ../ext/plugin/build/solaris/GNUmakefile 10 Jul 2003 17:04:51 -0000 +@@ -361,7 +361,7 @@ + -I$(CCLASSHEADERS) \ + -I$(MOZ_HDRS)/solaris/navig4/oji -I$(MOZ_HDRS)/solaris/navig4/plugin \ + -I$(COMMONSRCDIR) -I$(NAVIG4SRCDIR) \ +- -I$(MOTIF_INCLUDE) -I$(BADAPTER) \ ++ -I$(BADAPTER) -I$(MOTIF_INCLUDE) \ + -I$(SHARE_INCLUDE) -I$(SOLARIS_INCLUDE) \ + -I$(X11_INCLUDE) -I$(INTL_INCLUDE) + |