summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-03-28 00:28:23 +0000
committerMike Frysinger <vapier@gentoo.org>2013-03-28 00:28:23 +0000
commit81cd97d822afbe01b2a3c996d5b983aae39d6860 (patch)
tree65906b7f8efdde0a399d1819d86c879ba4184d85 /dev-libs/nss/files
parentImprove dependency specification (diff)
downloadgentoo-2-81cd97d822afbe01b2a3c996d5b983aae39d6860.tar.gz
gentoo-2-81cd97d822afbe01b2a3c996d5b983aae39d6860.tar.bz2
gentoo-2-81cd97d822afbe01b2a3c996d5b983aae39d6860.zip
Drop unused file.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-libs/nss/files')
-rw-r--r--dev-libs/nss/files/nss-3.13.1-pkcs11n-header-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/nss/files/nss-3.13.1-pkcs11n-header-fix.patch b/dev-libs/nss/files/nss-3.13.1-pkcs11n-header-fix.patch
deleted file mode 100644
index 39bcc9e9cdc9..000000000000
--- a/dev-libs/nss/files/nss-3.13.1-pkcs11n-header-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/mozilla/security/nss/lib/util/pkcs11n.h 2011-12-11 15:18:57.451617325 -0600
-+++ a/mozilla/security/nss/lib/util/pkcs11n.h 2011-12-11 15:19:27.652239770 -0600
-@@ -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));