Date: Mon, 20 Feb 2012 11:06:49 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r699 - branches/experimental/security/nss/files Message-ID: <201202201106.q1KB6nJR014847@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Mon Feb 20 11:06:49 2012 New Revision: 699 Log: svn rm this file, too :( Deleted: branches/experimental/security/nss/files/patch-bugzilla-702090 Deleted: branches/experimental/security/nss/files/patch-bugzilla-702090 ============================================================================== --- branches/experimental/security/nss/files/patch-bugzilla-702090 Mon Feb 20 11:06:49 2012 (r698) +++ /dev/null 00:00:00 1970 (deleted) @@ -1,23 +0,0 @@ -Taken from here: -https://bug702090.bugzilla.mozilla.org/attachment.cgi?id=575453 - ---- ../../security/nss/lib/util/pkcs11n.h.orig 2011-09-14 10:21:10.000000000 +0900 -+++ ../../security/nss/lib/util/pkcs11n.h 2011-11-19 00:45:01.131860104 +0900 -@@ -346,7 +346,7 @@ - * labels have never been accurate to what was really implemented. - * The new labels correctly reflect what the values effectively mean. - */ --#if __GNUC__ > 3 -+#if defined(__GNUC__) && (__GNUC__ > 3) - /* make GCC warn when we use these #defines */ - /* - * This is really painful because GCC doesn't allow us to mark random -@@ -362,7 +362,7 @@ - * cast the resulting value to the deprecated type in the #define, thus - * producting the warning when the #define is used. - */ --#if (__GNUC__ == 4) && (__GNUC_MINOR < 5) -+#if (__GNUC__ == 4) && (__GNUC_MINOR__ < 5) - /* The mac doesn't like the friendlier deprecate messages. I'm assuming this - * is a gcc version issue rather than mac or ppc specific */ - typedef CK_TRUST __CKT_NSS_UNTRUSTED __attribute__((deprecated)); \ No newline at end of file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202201106.q1KB6nJR014847>