diff options
Diffstat (limited to 'devel/libtool/patches/patch-ah')
-rw-r--r-- | devel/libtool/patches/patch-ah | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/libtool/patches/patch-ah b/devel/libtool/patches/patch-ah deleted file mode 100644 index 65b009937d3..00000000000 --- a/devel/libtool/patches/patch-ah +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ah,v 1.3 2002/03/21 09:00:13 skrll Exp $ - ---- demo/configure.orig Wed Mar 20 10:42:55 2002 -+++ demo/configure -@@ -1573,9 +1573,9 @@ - - netbsd*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then -- lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$$' - else -- lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so$' -+ lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$$' - fi - ;; - |