aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt/files
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2016-12-23 15:45:00 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2016-12-23 15:45:00 +0000
commit9988dc24648773824431b1665628c0b2bfd905d7 (patch)
tree1023f28d9dcf1258ba677f059c16c0a925ca677d /security/libgcrypt/files
parent6e21ea37d948c8251959c5698b769dd8168d3420 (diff)
downloadports-9988dc24648773824431b1665628c0b2bfd905d7.tar.gz
ports-9988dc24648773824431b1665628c0b2bfd905d7.zip
Notes
Diffstat (limited to 'security/libgcrypt/files')
-rw-r--r--security/libgcrypt/files/patch-mpi_longlong.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/security/libgcrypt/files/patch-mpi_longlong.h b/security/libgcrypt/files/patch-mpi_longlong.h
deleted file mode 100644
index 249e29f0cb03..000000000000
--- a/security/libgcrypt/files/patch-mpi_longlong.h
+++ /dev/null
@@ -1,27 +0,0 @@
---- mpi/longlong.h.orig 2016-06-16 11:43:39 UTC
-+++ mpi/longlong.h
-@@ -174,6 +174,7 @@ MA 02111-1307, USA. */
- (pl) = __m0 * __m1; \
- } while (0)
- # define UMUL_TIME 46
-+# if 0
- # ifndef LONGLONG_STANDALONE
- # define udiv_qrnnd(q, r, n1, n0, d) \
- do { UDItype __r; \
-@@ -183,6 +184,7 @@ MA 02111-1307, USA. */
- extern UDItype __udiv_qrnnd ();
- # define UDIV_TIME 220
- # endif /* !LONGLONG_STANDALONE */
-+#endif /* 0 */
- #endif /* __alpha */
-
- /***************************************
-@@ -1293,7 +1295,7 @@ typedef unsigned int UTItype __attribute
- "rJ" ((USItype)(al)), \
- "rI" ((USItype)(bl)) \
- __CLOBBER_CC)
--# if defined (__sparc_v8__) || defined(__sparcv8)
-+# if defined (__sparc_v8__) || defined(__sparcv8) || defined(__sparc__)
- /* Don't match immediate range because, 1) it is not often useful,
- 2) the 'I' flag thinks of the range as a 13 bit signed interval,
- while we want to match a 13 bit interval, sign extended to 32 bits,