summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-12-25 03:30:26 +0000
committerwiz <wiz@pkgsrc.org>2002-12-25 03:30:26 +0000
commitc8a29388ad433ef19c98dce9a69b21a56d4c8cc3 (patch)
tree52f6baad2e7af54d8b08bbc95b6c2bfd12711468 /devel
parentdd670bcc5e9cc02d5d3665bbbae9d54d04fd43a8 (diff)
downloadpkgsrc-c8a29388ad433ef19c98dce9a69b21a56d4c8cc3.tar.gz
Unbreak libtool (hi Jan!)
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool/distinfo3
-rw-r--r--devel/libtool/patches/patch-ap13
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.