summaryrefslogtreecommitdiff
path: root/net/nmap
diff options
context:
space:
mode:
authorrafal <rafal@pkgsrc.org>2001-12-06 14:49:33 +0000
committerrafal <rafal@pkgsrc.org>2001-12-06 14:49:33 +0000
commitc5e1d4df7baae69174a3a56749a9f571a6906e24 (patch)
tree6f38e42b394f867b69aa3197ad8071c8255931c9 /net/nmap
parent8a9dfc328cb34150804a764a6ecf31044ad212d5 (diff)
downloadpkgsrc-c5e1d4df7baae69174a3a56749a9f571a6906e24.tar.gz
Add patch to make this build on mipseb platforms.
Diffstat (limited to 'net/nmap')
-rw-r--r--net/nmap/patches/patch-af25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/nmap/patches/patch-af b/net/nmap/patches/patch-af
new file mode 100644
index 00000000000..9e101ed3b0a
--- /dev/null
+++ b/net/nmap/patches/patch-af
@@ -0,0 +1,25 @@
+$NetBSD: patch-af,v 1.1 2001/12/06 14:49:33 rafal Exp $
+
+--- config.sub.orig Thu Jun 14 12:19:01 2001
++++ config.sub Thu Jun 14 12:20:44 2001
+@@ -154,7 +154,8 @@
+ | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
+ | alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+ | i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
+- | mips64 | mipsel | mips64el | mips64orion | mips64orionel \
++ | mips64 | mipsel | mips64el | mipseb \
++ | mips64orion | mips64orionel \
+ | mipstx39 | mipstx39el \
+ | sparc | sparclet | sparclite | sparc64 | v850)
+ basic_machine=$basic_machine-unknown
+@@ -179,8 +180,8 @@
+ | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
+ | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
+ | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
+- | sparc64-* | mips64-* | mipsel-* \
+- | mips64el-* | mips64orion-* | mips64orionel-* \
++ | sparc64-* | mips64-* | mipseb-* \
++ | mipsel-* | mips64el-* | mips64orion-* | mips64orionel-* \
+ | mipstx39-* | mipstx39el-* \
+ | f301-*)
+ ;;