diff options
author | wiz <wiz> | 2006-06-25 15:25:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-06-25 15:25:35 +0000 |
commit | 714de2bff99a569775ad47686c5cf51992dd0e32 (patch) | |
tree | 6422e02df2a742df1dd6636587d342a1dcc37058 /devel/nss | |
parent | 06b9447ce62ec73049cbc4a71c8a583e9e872eee (diff) | |
download | pkgsrc-714de2bff99a569775ad47686c5cf51992dd0e32.tar.gz |
Better fix for gcc4 build problem, suggested by martin@.
Diffstat (limited to 'devel/nss')
-rw-r--r-- | devel/nss/distinfo | 4 | ||||
-rw-r--r-- | devel/nss/patches/patch-af | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/nss/distinfo b/devel/nss/distinfo index 8a74f28a3fd..acf5561e917 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2006/06/25 14:53:00 wiz Exp $ +$NetBSD: distinfo,v 1.9 2006/06/25 15:25:35 wiz Exp $ SHA1 (nss-3.9.2.tar.gz) = 017b748d92c5f7376bda78915d1b78b260b44133 RMD160 (nss-3.9.2.tar.gz) = c9e41ac596af2e717da76546c3a5dfd37272c195 @@ -8,7 +8,7 @@ SHA1 (patch-ab) = 21008be57eb73f4ddd36cf89d9ca56aa082a43ee SHA1 (patch-ac) = 9de8db092bb2a198fe426cc2c9cb4b4de6ebdb2a SHA1 (patch-ad) = 454ec464874b4e424de740edd78b79d30f11d6bb SHA1 (patch-ae) = ad64e308931d4eb5cbfb11ca897cd11688af5b4f -SHA1 (patch-af) = a5092cfd09672a545a9401424ddce82f3399a689 +SHA1 (patch-af) = 49d70d4e1bc37b2984021ad64cf531010672e640 SHA1 (patch-ag) = e99c7396f4a6b7430321124e7c03528ab6e7681c SHA1 (patch-ah) = 6c8c335d9ffe4a1dbc83a3b8defe05930d866a40 SHA1 (patch-ai) = a68c262b67af7778024b6db350c044fe8474919e diff --git a/devel/nss/patches/patch-af b/devel/nss/patches/patch-af index f63679405f0..c54510587c9 100644 --- a/devel/nss/patches/patch-af +++ b/devel/nss/patches/patch-af @@ -1,16 +1,16 @@ -$NetBSD: patch-af,v 1.3 2006/06/25 14:53:00 wiz Exp $ +$NetBSD: patch-af,v 1.4 2006/06/25 15:25:35 wiz Exp $ Fix gcc4 error: error: array type has incomplete element type ---- lib/pki1/oiddata.h.orig 2006-06-25 06:03:14.000000000 +0000 +--- lib/pki1/oiddata.h.orig 2002-01-04 05:22:07.000000000 +0000 +++ lib/pki1/oiddata.h -@@ -43,7 +43,7 @@ static const char OIDDATA_CVS_ID[] = "@( +@@ -43,6 +43,8 @@ static const char OIDDATA_CVS_ID[] = "@( #include "nsspki1t.h" #endif /* NSSPKI1T_H */ --extern const NSSOID nss_builtin_oids[]; -+extern const NSSOID *nss_builtin_oids; ++#include "pki1t.h" ++ + extern const NSSOID nss_builtin_oids[]; extern const PRUint32 nss_builtin_oid_count; - /*extern const nssAttributeTypeAliasTable nss_attribute_type_aliases[];*/ |