opnsense-ports/math/taucs/files/patch-configure
Franco Fichtner 9e1ba5b6a0 */*: sync with upstream
Taken from: HardenedBSD
2017-09-18 14:56:29 +02: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