diff options
Diffstat (limited to 'math/taucs/files/patch-configure')
-rw-r--r-- | math/taucs/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/math/taucs/files/patch-configure b/math/taucs/files/patch-configure index ffae32f4b181..e3a5802ac725 100644 --- a/math/taucs/files/patch-configure +++ b/math/taucs/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Jan 3 02:23:57 2004 -+++ configure Sat Jan 3 02:24:07 2004 +--- 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. @@ -9,3 +9,12 @@ fi # If nothing works, we continue, but configurator will abort +@@ -46,7 +46,7 @@ + # If we find exceptions that cannot be fixed in a + # generic way, we should use OSTYPE to fix the problems. + +-make -f configurator/makefile.unix ++${MAKE} -f configurator/makefile.unix + + # Third phase: try to run configurator with whatever + # arguments were passed to the script. If it fails, perhaps |