summaryrefslogtreecommitdiff
path: root/math/asir2000/files/patch-ae
blob: 20592b6057cfbcfd1d2e27a9f6b1323790c7cbe8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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();