mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
33298ecc79
PR: 140126 Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: "Matthias Andree" <matthias.andree@gmx.de> (maintainer)
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
--- ../dist/configure.orig Tue May 14 12:23:44 2002
|
|
+++ ../dist/configure Tue May 14 12:24:11 2002
|
|
@@ -8449,7 +8449,7 @@
|
|
MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
|
|
MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${SAVE_CXX}"
|
|
|
|
-SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
|
|
+SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
|
|
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.
|
|
if test "$db_cv_dump185" = "yes"; then
|
|
- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS"
|
|
+ ADDITIONAL_PROGS="db3_dump185 $ADDITIONAL_PROGS"
|
|
fi
|
|
|
|
# test servers, example programs.
|