summaryrefslogtreecommitdiff
path: root/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2005-09-08 18:11:41 +0000
committerGreg Lewis <glewis@FreeBSD.org>2005-09-08 18:11:41 +0000
commit1aa98708841f19cf8e652f10d77921cad386aec1 (patch)
tree9974e21d12d30e8c8a148b25256b48d15e02e345 /java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh
parentThis patch is now part of the stock FSF sources, so we don't need it anymore. (diff)
. Fix compilation after the recent nspr split from mozilla/firefox.
Although I can't reproduce this problem, it doesn't break anything for me and other users have independently verified it fixes the build for them. . Remove an unnecessary patch. PR: 85590 Submitted by: Panagiotis Astithas <past@ebs.gr>
Notes
Notes: svn path=/head/; revision=142236
Diffstat (limited to 'java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh')
-rw-r--r--java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh b/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh
index ed38417a85b6..c618b3f236be 100644
--- a/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh
+++ b/java/eclipse/files/manualpatch-plugins-swt-gtk-build.sh
@@ -9,9 +9,9 @@
+ LD=gcc
+ XTEST_LIB_PATH=$X11BASE/lib
+ GECKO_I=${X11BASE}/include/${BROWSER}
-+ GECKO_INCLUDES="-I${GECKO_I} -I${GECKO_I}/nspr -I${GECKO_I}/xpcom -I${GECKO_I}/string -I${GECKO_I}/embed_base -I${GECKO_I}/embedstring"
++ GECKO_INCLUDES="-I${GECKO_I} -I${LOCALBASE}/include/nspr -I${GECKO_I}/xpcom -I${GECKO_I}/string -I${GECKO_I}/embed_base -I${GECKO_I}/embedstring"
+ GECKO_L=${X11BASE}/lib/${BROWSER}
-+ GECKO_LIBS="-L${GECKO_L} -lxpcom -lnspr4 -lplds4 -lplc4 -lgtkembedmoz"
++ GECKO_LIBS="-L${GECKO_L} -L${LOCALBASE}/lib -lxpcom -lnspr4 -lplds4 -lplc4 -lgtkembedmoz"
+ case $MODEL in
+ "amd64")
+ AWT_LIB_PATH=$JAVA_HOME/jre/lib/amd64