summaryrefslogtreecommitdiff
path: root/math/pari/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/pari/patches/patch-ae')
-rw-r--r--math/pari/patches/patch-ae18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/pari/patches/patch-ae b/math/pari/patches/patch-ae
new file mode 100644
index 00000000000..bf33fdd5c24
--- /dev/null
+++ b/math/pari/patches/patch-ae
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2001/05/19 17:31:05 jtb Exp $
+
+--- config/arch-osname.orig Sun Apr 1 22:10:23 2001
++++ config/arch-osname
+@@ -11,6 +11,13 @@
+ fx2800) arch=fx2800; osname=concentrix;;
+ hp*) arch=hppa; osname=hpux;;
+ freebsd|os2) arch=ix86;;
++ netbsd) case "`uname -m`" in
++ alpha) arch=alpha;;
++ i386) arch=ix86;;
++ sun3) arch=m68k;;
++ *68k) arch=m68k;;
++ *) arch=none;;
++ esac;;
+ ultrix) arch=mips;;
+ nextstep) arch=`file /bin/sh | sed 's/.*(for architecture \(.*\))/\1/'`;;
+ osf1) case "$5" in alpha) arch=alpha;; esac;;