diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-22 20:34:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-22 20:34:27 +0000 |
commit | 6172d4b590384f82cfee76956f7d5af4bb526df8 (patch) | |
tree | 106498262ba76464c07d9dc31c41b2c1e5f59144 /lang/f2c | |
parent | 5ea00ecd48fdd9ab8fe46777d2fe59e44207981e (diff) | |
download | ports-6172d4b590384f82cfee76956f7d5af4bb526df8.tar.gz ports-6172d4b590384f82cfee76956f7d5af4bb526df8.zip |
Notes
Diffstat (limited to 'lang/f2c')
-rw-r--r-- | lang/f2c/files/patch-libf2c_MAIN.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/f2c/files/patch-libf2c_MAIN.c b/lang/f2c/files/patch-libf2c_MAIN.c index de56e9d49380..94d23c4938a4 100644 --- a/lang/f2c/files/patch-libf2c_MAIN.c +++ b/lang/f2c/files/patch-libf2c_MAIN.c @@ -1,7 +1,7 @@ --- libf2c/MAIN.c.orig Sun Jul 30 15:06:49 2006 +++ libf2c/MAIN.c Sun Jul 30 15:12:02 2006 @@ -0,0 +1,18 @@ -+/* $FreeBSD$ ++/* + Add a pseudo entry point for cases where the main FOTRAN program is missing + e.g. ports/cad/tochnog. + |