summaryrefslogtreecommitdiff
path: root/databases/db46/files/patch-ab
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:51:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:51:53 +0000
commit00a8157778c811958120708b284fc76b4a3fda9a (patch)
tree6c1d8e128a718477eddbdb28987e372b55d01846 /databases/db46/files/patch-ab
parent- slogin and manpage added to package, bumped PORTREVISION (diff)
Back out the db3 update for the moment, due to the incompatibilty
problem that broke the openldap2 build.
Diffstat (limited to 'databases/db46/files/patch-ab')
-rw-r--r--databases/db46/files/patch-ab31
1 files changed, 22 insertions, 9 deletions
diff --git a/databases/db46/files/patch-ab b/databases/db46/files/patch-ab
index a0540aa02b83..848114a2bbea 100644
--- a/databases/db46/files/patch-ab
+++ b/databases/db46/files/patch-ab
@@ -1,11 +1,24 @@
---- ../dist/configure.orig Wed Jul 25 12:37:05 2001
-+++ ../dist/configure Wed Jul 25 12:37:16 2001
-@@ -8449,7 +8449,7 @@
- MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${SAVE_CC}"
- MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${SAVE_CXX}"
+--- ../dist/configure.orig Tue May 29 10:55:53 2001
++++ ../dist/configure Tue May 29 11:07:37 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; }
--SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -avoid-version"
-+SOLINK="\$(LIBTOOL) --mode=link ${SAVE_CC} -version-info ${DB_VERSION_MINOR}"
- INSTALLER="\$(LIBTOOL) --mode=install cp"
+@@ -1644,7 +1644,7 @@
- # Configure for shared libraries, static libraries, or both. If both are
+ 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