mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
11 lines
293 B
Text
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
|