freebsd-ports/math/taucs/files/patch-configure
Maho Nakata 39c24110db Migrated to gfortran42.
install shared libs as well.
2007-01-09 05:52:07 +00:00

11 lines
316 B
Text

--- configure.orig Sun Aug 24 10:11:33 2003
+++ configure Sat Feb 26 22:24:56 2005
@@ -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