ports/databases/db3/files/patch-dist::configure
Ying-Chieh Liao b7ca6197d5 fix conflict db3 with other db's
db* utils now with `db3_' prefix (like in db4 port)
sort pkg-plist

PR:		33165
Submitted by:	maintainer
2001-12-25 12:41:10 +00:00

33 lines
1.2 KiB
Text

--- ../dist/configure.orig Tue Dec 25 12:41:16 2001
+++ ../dist/configure Tue Dec 25 12:50:29 2001
@@ -1626,9 +1626,9 @@
echo $ac_n "checking libtool configuration""... $ac_c" 1>&6
echo "configure:1628: checking libtool configuration" >&5
echo "$ac_t""" 1>&6
- ${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
- --no-verify $srcdir/ltmain.sh \
- --output=./libtool $host_os \
+ ${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
+ --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
+ --output=./libtool \
--disable-static \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
@@ -1644,7 +1644,7 @@
INSTALLER="\$(LIBTOOL) --mode=install cp"
POSTLINK="\$(LIBTOOL) --mode=execute true"
- SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
+ SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
SOFLAGS="-rpath \$(libdir)"
o=".lo"
fi
@@ -2093,7 +2093,7 @@
fi
if test "$db_cv_dump185" = "yes"; then
- ADDITIONAL_PROGS="db_dump185 $ADDITIONAL_PROGS"
+ ADDITIONAL_PROGS="db3_dump185 $ADDITIONAL_PROGS"
fi
echo $ac_n "checking for pthread_create in "-pthread"""... $ac_c" 1>&6