diff options
Diffstat (limited to 'math/asir2000/files/patch-ae')
-rw-r--r-- | math/asir2000/files/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/asir2000/files/patch-ae b/math/asir2000/files/patch-ae index 3c4e7f5a1b2d..e69de29bb2d1 100644 --- a/math/asir2000/files/patch-ae +++ b/math/asir2000/files/patch-ae @@ -1,13 +0,0 @@ ---- builtin/numerical.c.org Thu Aug 16 18:47:06 2001 -+++ builtin/numerical.c Thu Aug 16 18:47:52 2001 -@@ -51,7 +51,11 @@ - #include "parse.h" - - #if LAPACK -+#if (__FreeBSD__ >= 4) -+#include <g2c.h> -+#else - #include <f2c.h> -+#endif - - void Pflinsolve(); |