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