freebsd-ports/math/taucs/files/patch-configure
Edwin Groothuis aa86583435 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>
2004-01-03 10:27:38 +00:00

11 lines
316 B
Text

--- 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