diff options
author | jmc <jmc> | 2001-12-07 19:46:06 +0000 |
---|---|---|
committer | jmc <jmc> | 2001-12-07 19:46:06 +0000 |
commit | a371fc45db5f3b3bc82d75ed566f86c3f28ffd55 (patch) | |
tree | f9544c69f0397b32c237aa553b56741df1190d4a /benchmarks | |
parent | 87f5bbe6fdb175be445d8ffff4cf1e9b0e57e0f6 (diff) | |
download | pkgsrc-a371fc45db5f3b3bc82d75ed566f86c3f28ffd55.tar.gz |
Add patches to config.sub so macppc is recognized
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/benchfft/patches/patch-af | 13 | ||||
-rw-r--r-- | benchmarks/benchfft/patches/patch-ag | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/benchmarks/benchfft/distinfo b/benchmarks/benchfft/distinfo index c21b56882c7..635da8f098d 100644 --- a/benchmarks/benchfft/distinfo +++ b/benchmarks/benchfft/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:13:22 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/12/07 19:46:06 jmc Exp $ SHA1 (benchfft-2.0.tar.gz) = b49cbad9d390e54d3afe661d51d3dce7b3d6435e Size (benchfft-2.0.tar.gz) = 585518 bytes @@ -9,3 +9,5 @@ SHA1 (patch-ab) = 1c1be2e043ea9280f70dddd8082d20e929ea9d49 SHA1 (patch-ac) = 91214ddd89c6eed3ff3b172e02bab720afc84b52 SHA1 (patch-ad) = 6a40bc4f223029a5c654f6e8cbf4e476d40a6e56 SHA1 (patch-ae) = 15985b9db54402feeddbcde1e74b9fc8c4320018 +SHA1 (patch-af) = 7275eb82bc58ed656e70f3aabec7dd393655b553 +SHA1 (patch-ag) = 6016462040b0052cd33a0a313ce24381c6eb802c diff --git a/benchmarks/benchfft/patches/patch-af b/benchmarks/benchfft/patches/patch-af new file mode 100644 index 00000000000..8d391ced4cf --- /dev/null +++ b/benchmarks/benchfft/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2001/12/07 19:46:07 jmc Exp $ + +--- ../fftw-2.0.1/config.sub.orig Fri Dec 7 02:05:59 2001 ++++ ../fftw-2.0.1/config.sub Fri Dec 7 02:06:22 2001 +@@ -182,7 +182,7 @@ + | sparc64-* | mips64-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mipstx39-* | mipstx39el-* \ +- | f301-*) ++ | f301-* | macppc-* ) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. diff --git a/benchmarks/benchfft/patches/patch-ag b/benchmarks/benchfft/patches/patch-ag new file mode 100644 index 00000000000..0fc3f8209a8 --- /dev/null +++ b/benchmarks/benchfft/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2001/12/07 19:46:07 jmc Exp $ + +--- config.sub.orig Fri Dec 7 02:05:59 2001 ++++ config.sub Fri Dec 7 02:06:22 2001 +@@ -182,7 +182,7 @@ + | sparc64-* | mips64-* | mipsel-* \ + | mips64el-* | mips64orion-* | mips64orionel-* \ + | mipstx39-* | mipstx39el-* \ +- | f301-*) ++ | f301-* | macppc-* ) + ;; + # Recognize the various machine names and aliases which stand + # for a CPU type and a company and sometimes even an OS. |