diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-09-01 17:56:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-09-01 17:56:05 +0000 |
commit | 1348e3ff59552fef1dca022dffb19f56bf70093e (patch) | |
tree | 1d028adc594e4c491bbf5b4414d303eeb820f33d /security/pgp6/files/patch-ai | |
parent | make 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-ai')
-rw-r--r-- | security/pgp6/files/patch-ai | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/security/pgp6/files/patch-ai b/security/pgp6/files/patch-ai index 6e06b0d6a4c0..e629d4c25567 100644 --- a/security/pgp6/files/patch-ai +++ b/security/pgp6/files/patch-ai @@ -1,25 +1,14 @@ -*** libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:29 1.1 ---- libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2000/01/26 03:23:59 1.2 -*************** -*** 16,24 **** - - # Different assemblers have different conventions here - # These conventions are for a.out format assembler -! align4=2 # could be 2 or 4 -! align8=3 # could be 3 or 8 -! align16=4 # cound be 4 or 16 - - - .text ---- 16,26 ---- - - # Different assemblers have different conventions here - # These conventions are for a.out format assembler -! -! # Changed from 2,3,4 to 4,8,16 for FreeBSD -! align4=4 # could be 2 or 4 -! align8=8 # could be 3 or 8 -! align16=16 # cound be 4 or 16 - - - .text +--- libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s.orig 1998-07-31 15:03:37.000000000 -0700 ++++ libs/pgpcdk/priv/crypto/bignum/bni80386_aout.s 2008-08-31 16:41:34.000000000 -0700 +@@ -17,7 +17,8 @@ + # Different assemblers have different conventions here + # These conventions are for a.out format assembler +-align4=2 # could be 2 or 4 +-align8=3 # could be 3 or 8 +-align16=4 # cound be 4 or 16 ++# Changed from 2,3,4 to 4,8,16 for FreeBSD ++align4=4 # could be 2 or 4 ++align8=8 # could be 3 or 8 ++align16=16 # cound be 4 or 16 + + |