summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-05-22 10:31:07 +0000
committerabs <abs@pkgsrc.org>2001-05-22 10:31:07 +0000
commit614825756dc7def02b26e7993b4a3cede414bbab (patch)
tree3d0540c43c397fbc01174d2fee9090feeb59f275 /devel/libtool
parentca5e157ae51acb91e39fd6def114d4835e261aca (diff)
downloadpkgsrc-614825756dc7def02b26e7993b4a3cede414bbab.tar.gz
Handle shared libraries the same on Linux as Solaris and NetBSD
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/distinfo4
-rw-r--r--devel/libtool/patches/patch-aa15
2 files changed, 14 insertions, 5 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo
index 3609d3a8754..ae72a8ce652 100644
--- a/devel/libtool/distinfo
+++ b/devel/libtool/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2001/05/09 10:24:11 agc Exp $
+$NetBSD: distinfo,v 1.5 2001/05/22 10:31:07 abs Exp $
SHA1 (libtool-ml-20010219.tar.gz) = e8a2da617bd6cd2adddc6693a1e7be0eceefcac1
Size (libtool-ml-20010219.tar.gz) = 720382 bytes
-SHA1 (patch-aa) = 5524bcb4b3ec3faf79e903134ddcb6c8d3dfefe7
+SHA1 (patch-aa) = ff537b5767f7fbd8b287cff1d079cb34ac68e346
SHA1 (patch-ab) = 8e7c5b6e330ea5d5104874dedb046dd3d053dff6
SHA1 (patch-ac) = 85ea8ee09d9cf2d2ea005042538466b68d754722
SHA1 (patch-ad) = 8ca40b71f51a294fc4120ea75c3ee156c2f58abe
diff --git a/devel/libtool/patches/patch-aa b/devel/libtool/patches/patch-aa
index 9d79c832a5f..8f3f5a55e05 100644
--- a/devel/libtool/patches/patch-aa
+++ b/devel/libtool/patches/patch-aa
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.23 2001/02/28 21:20:31 skrll Exp $
+$NetBSD: patch-aa,v 1.24 2001/05/22 10:31:08 abs Exp $
---- ltconfig.in.orig Fri Feb 16 05:05:03 2001
-+++ ltconfig.in
+--- ltconfig.in.orig Tue May 22 11:10:20 2001
++++ ltconfig.in Tue May 22 11:07:29 2001
+@@ -1118,7 +1118,7 @@
+
+ # This must be Linux ELF.
+ linux-gnu*)
+- version_type=linux
++ version_type=sunos
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
@@ -1142,6 +1142,8 @@
netbsd*)