summaryrefslogtreecommitdiff
path: root/math/taucs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'math/taucs/files/patch-configure')
-rw-r--r--math/taucs/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/taucs/files/patch-configure b/math/taucs/files/patch-configure
new file mode 100644
index 000000000000..ffae32f4b181
--- /dev/null
+++ b/math/taucs/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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