summaryrefslogtreecommitdiff
path: root/math/kaskade/files/patch-ac
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:51:59 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:51:59 +0000
commit40a64497a95ad44ddd502bc9985c2305e87f5120 (patch)
tree34f5c7fc450d37ab2993dcf9eb900d11e2e0c0ee /math/kaskade/files/patch-ac
parentDont' try to link with -ldnet_stub on the Alpha. (diff)
Compensate for not having a generic.h on -current boxes.
Notes
Notes: svn path=/head/; revision=19681
Diffstat (limited to '')
-rw-r--r--math/kaskade/files/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/kaskade/files/patch-ac b/math/kaskade/files/patch-ac
new file mode 100644
index 000000000000..1d7a5409a7bd
--- /dev/null
+++ b/math/kaskade/files/patch-ac
@@ -0,0 +1,14 @@
+--- fortran.h.orig Tue Apr 23 02:45:02 1996
++++ fortran.h Sun Jun 20 13:32:40 1999
+@@ -1,7 +1,11 @@
+ #ifndef FORTRAN_H
+ #define FORTRAN_H
+
++#if __FreeBSD__ < 4
+ #include <generic.h>
+ #define F77NAME(x) name2(x,_)
++#else
++#define F77NAME(x) x ## _
++#endif
+
+ #endif