summaryrefslogtreecommitdiff
path: root/devel/gmp
diff options
context:
space:
mode:
authorsimonb <simonb>1999-04-30 01:50:40 +0000
committersimonb <simonb>1999-04-30 01:50:40 +0000
commit025b2ca9772ba74dfcd13d720c3a5bc844f68a34 (patch)
tree1c0a41f5820a46a346e5287f12662006ec63f56f /devel/gmp
parent7411f0727dd48f6150bc5604d7d6e383c3521731 (diff)
downloadpkgsrc-025b2ca9772ba74dfcd13d720c3a5bc844f68a34.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-aa14
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