From 025b2ca9772ba74dfcd13d720c3a5bc844f68a34 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 30 Apr 1999 01:50:40 +0000 Subject: Add similar fix for security/ssh to generate MIPS ABI code on mips*-*-netbsd* machines. Same problem as noted in PR pkg/7467. --- devel/gmp/patches/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/gmp/patches/patch-aa (limited to 'devel/gmp') 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 -- cgit v1.2.3