diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-06-19 08:06:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-06-19 08:06:00 +0000 |
commit | 58f5309790856545b0d22811aa566ebe765542e1 (patch) | |
tree | 518247d9a0b6578d41e656e19e9efc5e320688ba /math/blitz++/files/patch-bzconfig | |
parent | Updated to 0.41 (diff) |
Remove dependency on blas, and unbreak the build.
Submitted by: Sergei Kolobov <sergei@kolobov.com>
PR; ports/53352
Notes
Notes:
svn path=/head/; revision=83298
Diffstat (limited to 'math/blitz++/files/patch-bzconfig')
-rw-r--r-- | math/blitz++/files/patch-bzconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/blitz++/files/patch-bzconfig b/math/blitz++/files/patch-bzconfig new file mode 100644 index 000000000000..1df9c25b90fc --- /dev/null +++ b/math/blitz++/files/patch-bzconfig @@ -0,0 +1,14 @@ +--- compiler/bzconfig.orig Thu May 22 15:06:34 2003 ++++ compiler/bzconfig Thu May 22 15:07:00 2003 +@@ -37,11 +37,6 @@ + # to edit the next line + objextension='o' + +-if test ! -t 0; then +- echo "Use 'sh bzconfig', not 'sh < bzconfig'" +- exit 1 +-fi +- + # clean="rm -f a.out core bztemp bztest bzjunk.cpp bzjunk.o bzjunk.ii bzjunk.int.c bzjunk.s" + clean="rm -f core" + trap '$clean; exit 1' 1 2 3 15 |