diff options
Diffstat (limited to 'math/asir2000/files/patch-aa')
-rw-r--r-- | math/asir2000/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/asir2000/files/patch-aa b/math/asir2000/files/patch-aa index 25813f0b8970..982bf286213a 100644 --- a/math/asir2000/files/patch-aa +++ b/math/asir2000/files/patch-aa @@ -1,5 +1,5 @@ ---- include/Risa.tmpl.orig Wed Aug 29 11:35:21 2001 -+++ include/Risa.tmpl Wed Aug 29 12:09:55 2001 +--- include/Risa.tmpl.orig Sat Oct 6 01:24:22 2001 ++++ include/Risa.tmpl Tue Oct 23 02:44:17 2001 @@ -11,7 +11,7 @@ /* #define USE_FFT_FLOAT */ /* #define USE_LAPACK */ @@ -34,7 +34,7 @@ +#if defined(OpenXM_HOME) LAPACKLIB = -llapack -lblas -lI77 -lF77 +#else -+#if defined(FreeBSDArchitecture) && OSMajorVersion >= 4 ++#ifdef FreeBSDArchitecture && OSMajorVersion >= 4 +LAPACKLIB = -L/usr/local/lib -lg2c -llapack -lblas +#else +LAPACKLIB = -L/usr/local/lib -lf2c -llapack -lblas |