summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2004-12-31 08:44:26 +0000
committerMarkus Rothe <corsair@gentoo.org>2004-12-31 08:44:26 +0000
commitfb6d4172153abd794f027e88058810dd7a853959 (patch)
treef70b4642e5ad79a1b1e0c002289d5f8cd369d54f /app-crypt/gnupg/files
parentFix little bugs to mpeg4ip 1.2 ebuild (Manifest recommit) (diff)
downloadgentoo-2-fb6d4172153abd794f027e88058810dd7a853959.tar.gz
gentoo-2-fb6d4172153abd794f027e88058810dd7a853959.tar.bz2
gentoo-2-fb6d4172153abd794f027e88058810dd7a853959.zip
Added patch for ppc64
Diffstat (limited to 'app-crypt/gnupg/files')
-rw-r--r--app-crypt/gnupg/files/gnupg-1.2.6-ppc64.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-crypt/gnupg/files/gnupg-1.2.6-ppc64.patch b/app-crypt/gnupg/files/gnupg-1.2.6-ppc64.patch
new file mode 100644
index 000000000000..7f268a9ab796
--- /dev/null
+++ b/app-crypt/gnupg/files/gnupg-1.2.6-ppc64.patch
@@ -0,0 +1,15 @@
+--- mpi/config.links.orig 2004-12-31 08:35:14.690939440 +0000
++++ mpi/config.links 2004-12-31 08:36:32.005901592 +0000
+@@ -215,7 +215,11 @@
+ path="m68k/mc68020 m68k"
+ ;;
+
+- powerpc*-*-linux*)
++ powerpc64*-*-linux*)
++ path="powerpc64"
++ ;;
++
++ powerpc*-*-linux*)
+ echo '/* configured for powerpc/ELF */' >>./mpi/asm-syntax.h
+ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h
+ cat $srcdir/mpi/powerpc32/syntax.h >>./mpi/asm-syntax.h