diff options
author | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-06-17 23:00:27 +0000 |
---|---|---|
committer | Carlos J. Puga Medina <cpm@FreeBSD.org> | 2016-06-17 23:00:27 +0000 |
commit | 77a17abea6e535d47564d5d0db090f47cf4a15f4 (patch) | |
tree | bc36581be5be2beb225a0b3b58c3b53b422a74cf /security/libgcrypt/files/patch-mpi_longlong.h | |
parent | Fix build with fuse option on (diff) |
- Update to 1.7.1
- Remove unneeded patch (applied upstream)
- Convert to new test framework
https://lists.gnupg.org/pipermail/gnupg-announce/2016q2/000389.html
PR: 210328
Reviewed by: amdmi3, junovitch (mentors)
Approved by: amdmi3, junovitch (mentors)
MFH: 2016Q2
Exp-run: antoine
Differential Revision: D6865
Diffstat (limited to 'security/libgcrypt/files/patch-mpi_longlong.h')
-rw-r--r-- | security/libgcrypt/files/patch-mpi_longlong.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libgcrypt/files/patch-mpi_longlong.h b/security/libgcrypt/files/patch-mpi_longlong.h index 44f38158a31c..249e29f0cb03 100644 --- a/security/libgcrypt/files/patch-mpi_longlong.h +++ b/security/libgcrypt/files/patch-mpi_longlong.h @@ -1,4 +1,4 @@ ---- mpi/longlong.h.orig 2016-04-18 19:16:10 UTC +--- 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; \ @@ -12,7 +12,7 @@ extern UDItype __udiv_qrnnd (); # define UDIV_TIME 220 # endif /* !LONGLONG_STANDALONE */ -+# endif /* 0 */ ++#endif /* 0 */ #endif /* __alpha */ /*************************************** @@ -20,8 +20,8 @@ "rJ" ((USItype)(al)), \ "rI" ((USItype)(bl)) \ __CLOBBER_CC) --# if defined (__sparc_v8__) -+# if defined (__sparc_v8__) || defined (__sparc__) +-# 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, |