mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. 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
This commit is contained in:
parent
a45e081cf6
commit
6b6e1f94e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84718
1 changed files with 13 additions and 0 deletions
13
java/jdk13/files/patch-GNUmakefile
Normal file
13
java/jdk13/files/patch-GNUmakefile
Normal file
|
@ -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)
|
||||
|
Loading…
Add table
Reference in a new issue