diff options
author | tron <tron@pkgsrc.org> | 2001-12-19 09:49:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-12-19 09:49:42 +0000 |
commit | 5932505ed1f3214f6fd6dccc20675f43dc1911d4 (patch) | |
tree | 9ffbd63752f448010239f6011568ad44da7a4f05 /sysutils/xosview/patches | |
parent | bfa526ce7a8ce1cb4d332b9fccab750f4dd2c377 (diff) | |
download | pkgsrc-5932505ed1f3214f6fd6dccc20675f43dc1911d4.tar.gz |
Make this package work on "newsmpis" and "sgimips" machines. Patches
supplied by Thilo Manske in PR pkg/14998.
Diffstat (limited to 'sysutils/xosview/patches')
-rw-r--r-- | sysutils/xosview/patches/patch-ag | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/xosview/patches/patch-ag b/sysutils/xosview/patches/patch-ag new file mode 100644 index 00000000000..611ce068e6a --- /dev/null +++ b/sysutils/xosview/patches/patch-ag @@ -0,0 +1,24 @@ +$NetBSD: patch-ag,v 1.1 2001/12/19 09:49:43 tron Exp $ + +--- config/config.sub.orig Tue Feb 16 15:10:08 1999 ++++ config/config.sub Tue Dec 18 22:24:26 2001 +@@ -424,6 +424,9 @@ + basic_machine=mips-sony + os=-newsos + ;; ++ newsmips*) ++ basic_machine=mips-sony ++ ;; + next | m*-next ) + basic_machine=m68k-next + case $os in +@@ -513,6 +516,9 @@ + ;; + sequent) + basic_machine=i386-sequent ++ ;; ++ sgimips*) ++ basic_machine=mips-sgi + ;; + sh) + basic_machine=sh-hitachi |