summaryrefslogtreecommitdiff
path: root/math/kaskade/files/patch-ac
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-07-21 18:15:36 +0000
commit70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch)
tree14c35099cfb4f4257c5e0b8e589d530fcb829468 /math/kaskade/files/patch-ac
parentFix typo. (ghostscript55htff -> ghostscript55httf) (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Diffstat (limited to 'math/kaskade/files/patch-ac')
-rw-r--r--math/kaskade/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/kaskade/files/patch-ac b/math/kaskade/files/patch-ac
deleted file mode 100644
index 1d7a5409a7bd..000000000000
--- a/math/kaskade/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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