diff options
author | enami <enami@pkgsrc.org> | 2001-07-06 00:55:10 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2001-07-06 00:55:10 +0000 |
commit | 4aa395440fb26dc4e4ecdf3e1556508290677a86 (patch) | |
tree | 710fbf4a7b4e489faf173576971c216d426a5e7d /devel | |
parent | 47b501671ae7b23bcaa5a5a943e8a68abae8ef1e (diff) | |
download | pkgsrc-4aa395440fb26dc4e4ecdf3e1556508290677a86.tar.gz |
Make this compile on NetBSD/newsmips (i.e., mipseb). At least amanda
can be built now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/distinfo | 3 | ||||
-rw-r--r-- | devel/libtool/patches/patch-ao | 22 |
2 files changed, 24 insertions, 1 deletions
diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index 2aef4396fc2..7c0e9928511 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2001/06/20 08:10:49 skrll Exp $ +$NetBSD: distinfo,v 1.8 2001/07/06 00:55:10 enami Exp $ SHA1 (libtool-ml-20010614.tar.gz) = ff746666737e420592c3017d65bf4c47f1430dac Size (libtool-ml-20010614.tar.gz) = 784246 bytes @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 61419b5d6f69c64e4c21e628e1230ee8d17a63dd SHA1 (patch-ac) = 61196acaa12edee0b1209b2ba7c6414453bfa438 SHA1 (patch-ad) = 6aab76688d0f55648e35adc45a3492ba9c87acfb SHA1 (patch-ag) = 95ffb845d931e5ca32cbe73759baf725d435da10 +SHA1 (patch-ao) = 4e115e9d6ddde556205dc786cde471bfee5a5e9e diff --git a/devel/libtool/patches/patch-ao b/devel/libtool/patches/patch-ao new file mode 100644 index 00000000000..443d3dbd16a --- /dev/null +++ b/devel/libtool/patches/patch-ao @@ -0,0 +1,22 @@ +$NetBSD: patch-ao,v 1.1 2001/07/06 00:55:11 enami Exp $ + +--- config.sub 2001/07/03 09:00:29 1.1 ++++ config.sub 2001/07/03 08:57:19 +@@ -227,7 +227,7 @@ + | we32k | ns16k | clipper | i370 | sh | sh[34] \ + | powerpc | powerpcle \ + | 1750a | dsp16xx | pdp10 | pdp11 \ +- | mips16 | mips64 | mipsel | mips64el \ ++ | mips16 | mips64 | mipseb | mipsel | mips64el \ + | mips64orion | mips64orionel | mipstx39 | mipstx39el \ + | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ + | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \ +@@ -271,7 +271,7 @@ + | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ + | clipper-* | orion-* \ + | sparclite-* | pdp10-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ +- | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \ ++ | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipseb-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ + | mipstx39-* | mipstx39el-* | mcore-* \ |