aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2010-08-09 03:27:17 +0000
committerGreg Lewis <glewis@FreeBSD.org>2010-08-09 03:27:17 +0000
commit14c52b7db68e28e8219719d679b040d395a412d5 (patch)
tree673d2f65ec41e2014ad5ae569d4cbff046ce0a2e /java
parent29bec301e7b9c815647cd97c2183f5e41e7a44c2 (diff)
downloadports-14c52b7db68e28e8219719d679b040d395a412d5.tar.gz
ports-14c52b7db68e28e8219719d679b040d395a412d5.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse/files/freebsd-support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/eclipse/files/freebsd-support.patch b/java/eclipse/files/freebsd-support.patch
index f49544804edf..213bd3f6a3b7 100644
--- a/java/eclipse/files/freebsd-support.patch
+++ b/java/eclipse/files/freebsd-support.patch
@@ -2847,8 +2847,8 @@ $FreeBSD$
if [ -z "${MOZILLA_INCLUDES}" -a -z "${MOZILLA_LIBS}" ]; then
- if [ x`pkg-config --exists mozilla-xpcom && echo YES` = "xYES" ]; then
+ if [ x`pkg-config --exists libxul && echo YES` = "xYES" ]; then
-+ XULRUNNER_INCLUDES=`pkg-config --cflags libxul-unstable`
-+ XULRUNNER_LIBS="`pkg-config --libs libxul-unstable` -lxpcomglue"
++ XULRUNNER_INCLUDES=`pkg-config --cflags libxul`
++ XULRUNNER_LIBS="`pkg-config --libs libxul` -lxpcomglue"
+ export XULRUNNER_INCLUDES
+ export XULRUNNER_LIBS
+ MAKE_MOZILLA="make_xulrunner make_xpcominit"