diff options
author | reed <reed> | 2003-12-12 18:05:38 +0000 |
---|---|---|
committer | reed <reed> | 2003-12-12 18:05:38 +0000 |
commit | 6ccbbf515aaefba5039c083d9971743d08a74ec1 (patch) | |
tree | 93e2ed4be32712a21f5f1323edb915ddb7c7d7ca /devel/libtool | |
parent | 8309302df9cf8fcf0a503681b3b912e319488403 (diff) | |
download | pkgsrc-6ccbbf515aaefba5039c083d9971743d08a74ec1.tar.gz |
Removed patches for libtool.m4 and aclocal.m4 which provided fixes
for BSD/OS support. salo@ reported this caused autoconf to run
in install target and caused build to fail on his system.
Regenerated distinfo.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/distinfo | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ap | 20 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ar | 15 |
3 files changed, 1 insertions, 38 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index 8270ea6d87d..b061c06ff43 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.30 2003/12/11 22:15:30 reed Exp $ +$NetBSD: distinfo,v 1.31 2003/12/12 18:05:38 reed Exp $ SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac Size (libtool-ml-20010614.tar.gz) = 784246 bytes @@ -16,6 +16,4 @@ SHA1 (patch-ak) = 7e7c6a515361863b683bbc8be24c8146501ca864 SHA1 (patch-al) = 22f1b7289d9ba477255e66364ae23af24a298dd0 SHA1 (patch-am) = 2c99398e34686ea5bcecaae254b1b240b53e46df SHA1 (patch-ao) = 4e115e9d6ddde556205dc786cde471bfee5a5e9e -SHA1 (patch-ap) = 70786d75bf884dec6f90291ac2cdc7e018c00ba7 SHA1 (patch-aq) = 7555ca198cacec6029a95562984673ef562aade1 -SHA1 (patch-ar) = cdc708515905df88069d739c392de481ed3dc756 diff --git a/devel/libtool/patches/patch-ap b/devel/libtool/patches/patch-ap deleted file mode 100644 index 135429c5815..00000000000 --- a/devel/libtool/patches/patch-ap +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ap,v 1.3 2003/12/11 22:15:30 reed Exp $ - ---- libtool.m4.orig Mon Dec 8 21:43:57 2003 -+++ libtool.m4 Mon Dec 8 21:45:24 2003 -@@ -523,8 +523,13 @@ - lt_cv_deplibs_check_method=pass_all - ;; - --bsdi4*) -- lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'] -+# Versions of BSD/OS prior to 4.0 did not have real dynamic linking -+bsdi1*|bsdi2*|bsdi3*) -+ dynamic_linker=no -+ ;; -+ -+bsdi*) -+ lt_cv_deplibs_check_method=pass_all - lt_cv_file_magic_cmd='/usr/bin/file -L' - lt_cv_file_magic_test_file=/shlib/libc.so - ;; diff --git a/devel/libtool/patches/patch-ar b/devel/libtool/patches/patch-ar deleted file mode 100644 index 170dbf7e86f..00000000000 --- a/devel/libtool/patches/patch-ar +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ar,v 1.1 2003/12/11 22:15:30 reed Exp $ - ---- libltdl/aclocal.m4.orig Mon Dec 8 22:09:34 2003 -+++ libltdl/aclocal.m4 Mon Dec 8 22:10:03 2003 -@@ -512,8 +512,8 @@ - lt_cv_deplibs_check_method=pass_all - ;; - --bsdi4*) -- lt_cv_deplibs_check_method=['file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'] -+bsdi*) -+ lt_cv_deplibs_check_method=pass_all - lt_cv_file_magic_cmd='/usr/bin/file -L' - lt_cv_file_magic_test_file=/shlib/libc.so - ;; |