pkgsrc/devel/nss/patches/patch-af
rillig 02f9266fc6 Updated nss to 3.11.
No ChangeLog available, but some libraries have changed:
- removed libfort
- added libfreebl3
- removed libswft
2006-07-12 16:30:03 +00:00

16 lines
547 B
Text

$NetBSD: patch-af,v 1.6 2006/07/12 16:30:04 rillig Exp $
Fix gcc4 error:
error: array type has incomplete element type
--- mozilla/security/nss/lib/pki1/oiddata.h.orig 2005-03-14 19:02:00.000000000 +0100
+++ mozilla/security/nss/lib/pki1/oiddata.h 2006-07-12 17:49:52.000000000 +0200
@@ -46,6 +46,8 @@ static const char OIDDATA_CVS_ID[] = "@(
#include "nsspki1t.h"
#endif /* NSSPKI1T_H */
+#include "pki1t.h"
+
extern const NSSOID *NSS_OID_RFC1274_UID;
extern const NSSOID *NSS_OID_RFC1274_EMAIL;
extern const NSSOID *NSS_OID_RFC2247_DC;