diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 10:27:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 10:27:38 +0000 |
commit | aa86583435780b2f9d5eda003686cb69e3f7262a (patch) | |
tree | 40bd2046539d593c2282ffcefd701cc992b014a4 /math/taucs/files/patch-configure | |
parent | Fix in MASTER_SITE_SUBDIR (diff) |
NEW port: math/taucs
TAUCS is a C library of sparse linear solvers. It's very
fast and it works well with low memory configurations.
PR: ports/55196
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=97207
Diffstat (limited to 'math/taucs/files/patch-configure')
-rw-r--r-- | math/taucs/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/taucs/files/patch-configure b/math/taucs/files/patch-configure new file mode 100644 index 000000000000..ffae32f4b181 --- /dev/null +++ b/math/taucs/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Jan 3 02:23:57 2004 ++++ configure Sat Jan 3 02:24:07 2004 +@@ -29,7 +29,7 @@ + # Solaris, OSTYPE=solaris but uname returns SunOS. + + if [ ${OSTYPE:-fail} = "fail" ] ; then +- OSTYPE=`uname | tr "A-Z" "a-z"` ++ OSTYPE=`uname` + fi + + # If nothing works, we continue, but configurator will abort |