aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db3/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-05 10:50:45 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-05 10:50:45 +0800
commit33298ecc79ce4845f78ec36599cfe9e5cc55409f (patch)
tree3cae1eac14b08c3607eff0fcf75741c6f411cc77 /databases/db3/files
parentabee5c751d2d84973d21aa3044082d38a551f3a7 (diff)
downloadfreebsd-ports-gnome-33298ecc79ce4845f78ec36599cfe9e5cc55409f.tar.gz
freebsd-ports-gnome-33298ecc79ce4845f78ec36599cfe9e5cc55409f.tar.zst
freebsd-ports-gnome-33298ecc79ce4845f78ec36599cfe9e5cc55409f.zip
- Fix build on 9.0
PR: 140126 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: "Matthias Andree" <matthias.andree@gmx.de> (maintainer)
Diffstat (limited to 'databases/db3/files')
-rw-r--r--databases/db3/files/patch-dist::configure9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/db3/files/patch-dist::configure b/databases/db3/files/patch-dist::configure
index 48e44c8708c1..6f15e3b82012 100644
--- a/databases/db3/files/patch-dist::configure
+++ b/databases/db3/files/patch-dist::configure
@@ -9,6 +9,15 @@
INSTALLER="\$(LIBTOOL) --mode=install cp"
# Configure for shared libraries, static libraries, or both. If both are
+@@ -8728,7 +8728,7 @@
+ done
+ JTOPDIR=`echo "$JAVACABS" | sed -e 's://*:/:g' -e 's:/[^/]*$::'`
+ case "$host_os" in
+- darwin*) JTOPDIR=`echo "$JTOPDIR" | sed -e s:/[^/]*$::'`
++ darwin*) JTOPDIR=`echo "$JTOPDIR" | sed -e 's:/[^/]*$::'`
+ JNIHEADERDIR="$JTOPDIR/Headers";;
+ *) JNIHEADERDIR="$JTOPDIR/include";;
+ esac
@@ -9100,7 +9100,7 @@
# Optional utilities.