diff options
Diffstat (limited to 'devel/libtool/patches/patch-ae')
-rw-r--r-- | devel/libtool/patches/patch-ae | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |