summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-ca
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-09-01 17:56:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-09-01 17:56:05 +0000
commit1348e3ff59552fef1dca022dffb19f56bf70093e (patch)
tree1d028adc594e4c491bbf5b4414d303eeb820f33d /security/pgp6/files/patch-ca
parentmake it use gcc 4.2 or above instead of 4.1 only. (diff)
Fix build on FreeBSD/i386 8-CURRENT. (7.0 building with GCC 4.2)
Notes
Notes: svn path=/head/; revision=219602
Diffstat (limited to 'security/pgp6/files/patch-ca')
-rw-r--r--security/pgp6/files/patch-ca8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/pgp6/files/patch-ca b/security/pgp6/files/patch-ca
index dbe85cd88e33..00b223975287 100644
--- a/security/pgp6/files/patch-ca
+++ b/security/pgp6/files/patch-ca
@@ -1,11 +1,11 @@
---- libs/pgpcdk/priv/crypto/random/pgpRandomPool.c.orig Fri Aug 6 13:56:49 1999
-+++ libs/pgpcdk/priv/crypto/random/pgpRandomPool.c Fri Sep 29 20:41:26 2000
-@@ -424,7 +424,7 @@
+--- libs/pgpcdk/priv/crypto/random/pgpRandomPool.c.orig 1999-08-06 13:56:49.000000000 -0700
++++ libs/pgpcdk/priv/crypto/random/pgpRandomPool.c 2008-09-01 10:07:20.000000000 -0700
+@@ -424,7 +424,7 @@ pgpInitGlobalRandomPoolContext( PGPRando
* #define UMULH_32(r,a,b) (r) = 0
*/
#ifndef UMULH_32
-#if defined(__GNUC__) && defined(__i386__)
-+#if 0
++#if defined(__GNUC__) && defined(__i386__) && 0
/* Inline asm goodies */
#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
#elif HAVE64