diff options
author | wiz <wiz> | 2002-12-25 03:30:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-25 03:30:26 +0000 |
commit | 07cb2a8f59a0e02442013e8fb9d9f3c3f1c11a91 (patch) | |
tree | 52f6baad2e7af54d8b08bbc95b6c2bfd12711468 | |
parent | 5c4012dfed1a93ef37e46ecf9d070a5c60f379fb (diff) | |
download | pkgsrc-07cb2a8f59a0e02442013e8fb9d9f3c3f1c11a91.tar.gz |
Unbreak libtool (hi Jan!)
-rw-r--r-- | devel/libtool/distinfo | 3 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ap | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index 20538db73fc..be48cf3ccce 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2002/12/23 19:32:12 jschauma Exp $ +$NetBSD: distinfo,v 1.21 2002/12/25 03:30:26 wiz Exp $ SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac Size (libtool-ml-20010614.tar.gz) = 784246 bytes @@ -16,4 +16,3 @@ SHA1 (patch-ak) = 7e7c6a515361863b683bbc8be24c8146501ca864 SHA1 (patch-al) = 22f1b7289d9ba477255e66364ae23af24a298dd0 SHA1 (patch-am) = cedc92d0e229ced47ca5eb6ad4997fb1506d5ec9 SHA1 (patch-ao) = 4e115e9d6ddde556205dc786cde471bfee5a5e9e -SHA1 (patch-ap) = 4e766ab10c1ab9fe47a94816cc51bdeff651a0b4 diff --git a/devel/libtool/patches/patch-ap b/devel/libtool/patches/patch-ap deleted file mode 100644 index 6863bbbcaa5..00000000000 --- a/devel/libtool/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.1 2002/12/23 19:32:13 jschauma Exp $ - ---- ltmain.in.orig Mon Dec 23 13:23:38 2002 -+++ ltmain.in Mon Dec 23 13:23:45 2002 -@@ -2582,7 +2582,7 @@ - ;; - - irix) -- major=`expr $current - $age + 1` -+ major=`expr $current - $age` - verstring="sgi$major.$revision" - - # Add in all the interfaces that we are compatible with. |