diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-24 10:45:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-24 10:45:47 +0000 |
commit | 77e9c7575a25cc58318f8dc7e8257100be697365 (patch) | |
tree | 3cb40953ffc70e2605f0ab438c28208950e0ca38 /databases/db46/files/patch-ab | |
parent | portlint: remove extra whitespaces before end of line. (diff) |
patch for 4.0.14
PR: 32533
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru> (maintainer)
Diffstat (limited to 'databases/db46/files/patch-ab')
-rw-r--r-- | databases/db46/files/patch-ab | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/databases/db46/files/patch-ab b/databases/db46/files/patch-ab deleted file mode 100644 index 50bab3b542f2..000000000000 --- a/databases/db46/files/patch-ab +++ /dev/null @@ -1,24 +0,0 @@ ---- ../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} %%LOCALBASE%%/share/libtool/ltconfig \ -+ --no-verify --disable-ltlibs %%LOCALBASE%%/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 |