From d09352d85c53ff54c72c30073af7624f38ee96f5 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sun, 1 Feb 2004 23:20:23 +0000 Subject: Add New port lang/g95 GNU Fortran 90/95 Compiler from GCC's tree-ssa-20020619-branch and still this is alpha stage. you can invoke Fortran by typing gfortran or g95, Note: gcc-3.5 will include this effort. --- lang/gfortran/files/patch-fibheap.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/gfortran/files/patch-fibheap.c (limited to 'lang/gfortran/files/patch-fibheap.c') diff --git a/lang/gfortran/files/patch-fibheap.c b/lang/gfortran/files/patch-fibheap.c new file mode 100644 index 000000000000..ae11205400af --- /dev/null +++ b/lang/gfortran/files/patch-fibheap.c @@ -0,0 +1,14 @@ +--- libiberty/fibheap.c.org Sat Jan 31 14:51:11 2004 ++++ libiberty/fibheap.c Sat Jan 31 14:51:28 2004 +@@ -22,9 +22,9 @@ + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif +-#ifdef HAVE_LIMITS_H ++//#ifdef HAVE_LIMITS_H + #include +-#endif ++//#endif + #ifdef HAVE_STDLIB_H + #include + #endif -- cgit v1.2.3