diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-27 18:56:57 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-27 18:56:57 +0000 |
commit | 032fd314e223a92a6d92bb2f333fe2fde4f59717 (patch) | |
tree | ebce58a0cc824d2e15d3046118d85cc73402423a /devel | |
parent | 3feb4bbf05e601dafd0a99093bcc77470762a9a1 (diff) | |
download | pkgsrc-032fd314e223a92a6d92bb2f333fe2fde4f59717.tar.gz |
Do the right thing on irix and use version=sunos
as recommended by Nick Hudson.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/distinfo | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-aa | 15 |
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index eb943823101..872edd83e23 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2003/01/31 20:33:51 skrll Exp $ +$NetBSD: distinfo,v 1.25 2003/03/27 18:56:57 jschauma Exp $ SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac Size (libtool-ml-20010614.tar.gz) = 784246 bytes -SHA1 (patch-aa) = 6efa2e2aba991cd3d40b41cecb58a3ccc8980c1c +SHA1 (patch-aa) = a3b37684e39b34077c3026a72787218942648bdf SHA1 (patch-ab) = 82350e1a9b03ecb8a26ebd02692f5cb3bb289fae SHA1 (patch-ac) = 61196acaa12edee0b1209b2ba7c6414453bfa438 SHA1 (patch-ad) = 6aab76688d0f55648e35adc45a3492ba9c87acfb diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa index a5a8352bd05..94eb36d3c05 100644 --- a/devel/libtool/patches/patch-aa +++ b/devel/libtool/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.29 2002/11/17 11:55:01 grant Exp $ +$NetBSD: patch-aa,v 1.30 2003/03/27 18:56:58 jschauma Exp $ ---- ltconfig.in.orig Mon May 21 04:05:06 2001 -+++ ltconfig.in Thu Nov 14 06:37:11 2002 +--- ltconfig.in.orig Sun May 20 21:05:06 2001 ++++ ltconfig.in Thu Mar 27 10:05:44 2003 @@ -1104,7 +1104,7 @@ version_type=darwin need_lib_prefix=no @@ -35,6 +35,15 @@ $NetBSD: patch-aa,v 1.29 2002/11/17 11:55:01 grant Exp $ need_version=yes ;; esac +@@ -1167,7 +1168,7 @@ + ;; + + irix5* | irix6*) +- version_type=irix ++ version_type=sunos + need_lib_prefix=no + need_version=no + soname_spec='${libname}${release}.so$major' @@ -1198,7 +1199,7 @@ # This must be Linux ELF. |