diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-01 19:12:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-01 19:12:25 +0000 |
commit | 168d50e29d4d1c390d73a03956caa34e26094ee6 (patch) | |
tree | 253dc47017328f1eb97b736499164b3e5186daa2 /security/gnupg/patches/patch-ab | |
parent | be30217d43a38e4c78bb02845002fd93a5d32f8b (diff) | |
download | pkgsrc-168d50e29d4d1c390d73a03956caa34e26094ee6.tar.gz |
Make build on m68kelf, and honour M68060 variable for quite a bit
of speedup on m68060 machines.
From S.P. Zeidler in PR 24579.
Diffstat (limited to 'security/gnupg/patches/patch-ab')
-rw-r--r-- | security/gnupg/patches/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/gnupg/patches/patch-ab b/security/gnupg/patches/patch-ab new file mode 100644 index 00000000000..cf7ba875a60 --- /dev/null +++ b/security/gnupg/patches/patch-ab @@ -0,0 +1,19 @@ +$NetBSD: patch-ab,v 1.22 2004/03/01 19:12:25 wiz Exp $ + +--- mpi/config.links.orig Wed Dec 3 11:10:16 2003 ++++ mpi/config.links +@@ -200,6 +200,14 @@ case "${target}" in + cat $srcdir/mpi/m68k/syntax.h >>./mpi/asm-syntax.h + path="m68k" + ;; ++ m68k*-*-netbsdelf) ++ echo '#define ELF_SYNTAX' >>./mpi/asm-syntax.h ++ cat $srcdir/mpi/m68k/syntax.h >>./mpi/asm-syntax.h ++ path="m68k" ++ if ! test x$M68060 = xYES; then ++ path="m68k/mc68020 m68k" ++ fi ++ ;; + m68k-atari-mint) + echo '#define MIT_SYNTAX' >>./mpi/asm-syntax.h + cat $srcdir/mpi/m68k/syntax.h >>./mpi/asm-syntax.h |