diff options
author | simonb <simonb@pkgsrc.org> | 1999-04-30 01:50:40 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-04-30 01:50:40 +0000 |
commit | 75311fbe223b0ea6f53fb9b98fdda98fd2293129 (patch) | |
tree | 1c0a41f5820a46a346e5287f12662006ec63f56f /devel/gmp | |
parent | 458a7f7428b53b6be982283df0d74ff23a129aae (diff) | |
download | pkgsrc-75311fbe223b0ea6f53fb9b98fdda98fd2293129.tar.gz |
Add similar fix for security/ssh to generate MIPS ABI code on
mips*-*-netbsd* machines. Same problem as noted in PR pkg/7467.
Diffstat (limited to 'devel/gmp')
-rw-r--r-- | devel/gmp/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/gmp/patches/patch-aa b/devel/gmp/patches/patch-aa new file mode 100644 index 00000000000..a44c6b28d3d --- /dev/null +++ b/devel/gmp/patches/patch-aa @@ -0,0 +1,14 @@ +--- /dev/null Mon Apr 26 18:22:36 1999 ++++ config/mt-mips-netbsd Mon Apr 26 17:59:43 1999 +@@ -0,0 +1 @@ ++CFLAGS=-Wa,-KPIC +--- configure.in.orig Fri Jun 7 04:07:01 1996 ++++ configure.in Mon Apr 26 18:33:02 1999 +@@ -31,5 +31,7 @@ + ;; + *-*-linux*) + target_makefile_frag=config/mt-linux ;; ++ mips*-*-netbsd*) ++ target_makefile_frag=config/mt-mips-netbsd ;; + + esac |