summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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