summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorskrll <skrll>2001-10-26 10:58:02 +0000
committerskrll <skrll>2001-10-26 10:58:02 +0000
commit0d71552c25c4be0a0056d66445cdfe8c02c0b8eb (patch)
tree45d6c7e9fc1e9b4354831a16832b91be0bd9d29d /devel
parentdbf6d02ac90c1100ed7ff099f891db57b110ba1e (diff)
downloadpkgsrc-0d71552c25c4be0a0056d66445cdfe8c02c0b8eb.tar.gz
Fix a typo that has there for ages so that the previous fix for new
toolchains actually works. I had reports that the problem that the definition of "output_verbose_link_cmd" was supposed to fix had indeed been fixed. (Never believe everything you read)
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool/distinfo4
-rw-r--r--devel/libtool/patches/patch-ag4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo
index a372919f471..3099cf6f499 100644
--- a/devel/libtool/distinfo
+++ b/devel/libtool/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2001/10/26 07:47:42 skrll Exp $
+$NetBSD: distinfo,v 1.11 2001/10/26 10:58:02 skrll Exp $
SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac
Size (libtool-ml-20010614.tar.gz) = 784246 bytes
@@ -7,5 +7,5 @@ SHA1 (patch-aa) = c085c1dd5a3f3f56bfa279076724fc13311d83bb
SHA1 (patch-ab) = 61419b5d6f69c64e4c21e628e1230ee8d17a63dd
SHA1 (patch-ac) = 61196acaa12edee0b1209b2ba7c6414453bfa438
SHA1 (patch-ad) = 6aab76688d0f55648e35adc45a3492ba9c87acfb
-SHA1 (patch-ag) = c2afde6b3e034cb267679eacadaf8e84096c4c73
+SHA1 (patch-ag) = 93c0ed94970c69f1a4af9ccec31463f2e3adc670
SHA1 (patch-ao) = 4e115e9d6ddde556205dc786cde471bfee5a5e9e
diff --git a/devel/libtool/patches/patch-ag b/devel/libtool/patches/patch-ag
index 767d5a09f4f..ebe284886a6 100644
--- a/devel/libtool/patches/patch-ag
+++ b/devel/libtool/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.4 2001/10/26 07:47:43 skrll Exp $
+$NetBSD: patch-ag,v 1.5 2001/10/26 10:58:03 skrll Exp $
--- ltcf-cxx.sh.orig Wed May 23 05:05:06 2001
+++ ltcf-cxx.sh
@@ -23,7 +23,7 @@ $NetBSD: patch-ag,v 1.4 2001/10/26 07:47:43 skrll Exp $
+ hardcode_shlibpathvar_var=no
+ fi
+ # Workaround for some pre-1.5 ELF toolchains
-+ output_verbose_link_cmds='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep conftest.$objext | sed -e "s/-lgcc -lc -lgcc//"'
++ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep conftest.$objext | sed -e "s/-lgcc -lc -lgcc//"'
;;
osf3*)
if test "$with_gcc" = yes && test "$with_gnu_ld" = no; then