diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-02-20 08:27:05 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-02-20 08:27:05 +0000 |
commit | be834e161a2d13a29c9f776dd908613423d30773 (patch) | |
tree | 1e8a0bd678c676456a3fa9e9cc91e04ca5e5e9c4 /math/gotoblas/files/patch-getarch | |
parent | - Update to 4.8.0 (diff) |
Update to 1.23.
Diffstat (limited to 'math/gotoblas/files/patch-getarch')
-rw-r--r-- | math/gotoblas/files/patch-getarch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/gotoblas/files/patch-getarch b/math/gotoblas/files/patch-getarch new file mode 100644 index 000000000000..ad48c6cd8ec1 --- /dev/null +++ b/math/gotoblas/files/patch-getarch @@ -0,0 +1,8 @@ +--- getarch~ 2008-01-19 02:14:59.000000000 +0900 ++++ getarch 2008-02-20 17:14:45.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # if test getarch_cmd -ot getarch.c; then + # rm -f getarch_cmd |