summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-12-08 15:51:41 +0000
committerSimon Stelling <blubb@gentoo.org>2004-12-08 15:51:41 +0000
commit015f701fea40ced4cb0f730d0ca7f7ebfd1bfbe2 (patch)
treedbbd823ebd6d8bee904e8a6a32c28105f0a7b8a7 /sys-libs/db/files
parentFixed configure issue. bug #71931. (diff)
downloadhistorical-015f701fea40ced4cb0f730d0ca7f7ebfd1bfbe2.tar.gz
historical-015f701fea40ced4cb0f730d0ca7f7ebfd1bfbe2.tar.bz2
historical-015f701fea40ced4cb0f730d0ca7f7ebfd1bfbe2.zip
#57654
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r--sys-libs/db/files/db-4.2-libtool.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-4.2-libtool.patch b/sys-libs/db/files/db-4.2-libtool.patch
new file mode 100644
index 000000000000..a4a9db7f4557
--- /dev/null
+++ b/sys-libs/db/files/db-4.2-libtool.patch
@@ -0,0 +1,20 @@
+--- ./dist/configure.orig 2004-09-22 22:58:48.421632944 -0700
++++ ./dist/configure 2004-09-22 23:02:55.068136976 -0700
+@@ -5657,7 +5657,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+-case `"$LD" -v 2>&1 </dev/null` in
++case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;
+@@ -11135,7 +11135,7 @@
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ # I'd rather use --version here, but apparently some GNU ld's only accept -v.
+-case `"$LD" -v 2>&1 </dev/null` in
++case `$LD -v 2>&1 </dev/null` in
+ *GNU* | *'with BFD'*)
+ lt_cv_prog_gnu_ld=yes
+ ;;