diff options
author | skrll <skrll@pkgsrc.org> | 2001-03-26 07:35:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-03-26 07:35:50 +0000 |
commit | eab52d3728553ef51cbac534c96664ea163ff85e (patch) | |
tree | 68d3a5c5801363b442ea2d81866173cde0b6b5a7 /devel/libtool | |
parent | 56396b947473f74c701e2718a390f978d0d280eb (diff) | |
download | pkgsrc-eab52d3728553ef51cbac534c96664ea163ff85e.tar.gz |
Bump the buffer size even more for KDE2. As Hubert points out libtool
really shouldn't be creating a dependency_libs line quite as long as
it does...
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/files/patch-sum | 4 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ae | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libtool/files/patch-sum b/devel/libtool/files/patch-sum index 1c626e46a76..b17753e6573 100644 --- a/devel/libtool/files/patch-sum +++ b/devel/libtool/files/patch-sum @@ -1,9 +1,9 @@ -$NetBSD: patch-sum,v 1.31 2001/03/18 17:10:28 skrll Exp $ +$NetBSD: patch-sum,v 1.32 2001/03/26 07:35:50 skrll Exp $ SHA1 (patch-aa) = 5524bcb4b3ec3faf79e903134ddcb6c8d3dfefe7 SHA1 (patch-ab) = 18c73a32c1c35c750bd93b1d77e5a1b927d994bf SHA1 (patch-ac) = 85ea8ee09d9cf2d2ea005042538466b68d754722 SHA1 (patch-ad) = 2407b8ef5c210b64c6c7bec28b56e4390f9f0300 -SHA1 (patch-ae) = fae19762fa8ce27c0050c6dffd30424a6ab6f966 +SHA1 (patch-ae) = a390e23d205f7cd1a9f533427e63f636ee7ef58d SHA1 (patch-af) = c5aa39c4be10c7028168d2a39c25035e2c2bbfb2 SHA1 (patch-ag) = e344f9bb8e42af588b337962e725540aa268c6f6 diff --git a/devel/libtool/patches/patch-ae b/devel/libtool/patches/patch-ae index eb76ea0a137..65909bf0544 100644 --- a/devel/libtool/patches/patch-ae +++ b/devel/libtool/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.1 2001/02/27 08:20:25 skrll Exp $ +$NetBSD: patch-ae,v 1.2 2001/03/26 07:35:50 skrll Exp $ --- libltdl/ltdl.c.orig Sat Feb 3 05:05:05 2001 +++ libltdl/ltdl.c @@ -7,7 +7,7 @@ $NetBSD: patch-ae,v 1.1 2001/02/27 08:20:25 skrll Exp $ /* max. filename length */ #ifndef LT_FILENAME_MAX -# define LT_FILENAME_MAX 1024 -+# define LT_FILENAME_MAX 2048 ++# define LT_FILENAME_MAX 4196 #endif /* This is the maximum symbol size that won't require malloc/free */ |