aboutsummaryrefslogtreecommitdiff
path: root/security/gnupg1
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-06-02 01:56:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-06-02 01:56:47 +0000
commit699bc279bcea437288b2a431b425a2b50018d671 (patch)
treea7e516d533dc9e878d7f6cedd8059bb7a2478dec /security/gnupg1
parentd4aaf9405ddc4316bed424cce68509cb410db47f (diff)
Notes
Diffstat (limited to 'security/gnupg1')
-rw-r--r--security/gnupg1/files/patch-config.links11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/gnupg1/files/patch-config.links b/security/gnupg1/files/patch-config.links
index 35a0316c8ae9..d5ab5b9dbb7e 100644
--- a/security/gnupg1/files/patch-config.links
+++ b/security/gnupg1/files/patch-config.links
@@ -13,3 +13,14 @@
sparc9*-*-* | \
sparc64*-*-* | \
ultrasparc*-*-* )
+@@ -227,8 +227,8 @@
+ path="powerpc32"
+ ;;
+
+- powerpc*-*-netbsd* | powerpc*-*-openbsd*)
+- echo '/* configured for {Open,Net}BSD on powerpc */' >>./mpi/asm-syntax.h
++ powerpc*-*-freebsd* | powerpc*-*-netbsd* | powerpc*-*-openbsd*)
++ echo '/* configured for {Free,Open,Net}BSD on powerpc */' >>./mpi/asm-syntax.h
+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
+ cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h
+ mpi_sflags="-Wa,-mppc"