ports/math/taucs/files/patch-configure
Thomas Zander 09b025405d Modernise port to allow for new features in future (e.g. CilkPlus support)
Details:
- Use standard HAS_CONFIGURE instead of rolling our own
- Use blaslapack
- Regenerate patches with "make makepatch".
- Add LICENSE
- Fortran is used as linker but all the code is in C so use CFLAGS
  instead of FFLAGS.

PR:		214963
Submitted by:	pfg
2017-09-17 15:26:09 +00:00

11 lines
293 B
Text

--- configure.orig 2003-08-24 10:11:33 UTC
+++ configure
@@ -29,7 +29,7 @@ fi
# 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