diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-05 02:50:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-05 02:50:45 +0000 |
commit | 33298ecc79ce4845f78ec36599cfe9e5cc55409f (patch) | |
tree | 3cae1eac14b08c3607eff0fcf75741c6f411cc77 | |
parent | abee5c751d2d84973d21aa3044082d38a551f3a7 (diff) | |
download | ports-33298ecc79ce4845f78ec36599cfe9e5cc55409f.tar.gz ports-33298ecc79ce4845f78ec36599cfe9e5cc55409f.zip |
Notes
-rw-r--r-- | databases/db3/files/patch-dist::configure | 9 |
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. |