From 752865d6aeb85efea798cebc47558caa3dbcb603 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Wed, 17 Jan 2007 00:27:16 +0000 Subject: [PATCH] * forgot to commit patches. (* Migrate to gfortran.) (* Bump port revision.) --- math/kaskade/files/patch-minigraph_configure | 11 +++++++++++ math/kaskade/files/patch-sources_configure | 11 +++++++++++ math/kaskade/files/patch-sources_makefile.in | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 math/kaskade/files/patch-minigraph_configure create mode 100644 math/kaskade/files/patch-sources_configure create mode 100644 math/kaskade/files/patch-sources_makefile.in diff --git a/math/kaskade/files/patch-minigraph_configure b/math/kaskade/files/patch-minigraph_configure new file mode 100644 index 000000000000..df4b2ba47621 --- /dev/null +++ b/math/kaskade/files/patch-minigraph_configure @@ -0,0 +1,11 @@ +--- minigraph/configure~ Fri Apr 11 18:11:54 2003 ++++ minigraph/configure Wed Jan 17 06:48:23 2007 +@@ -2876,7 +2876,7 @@ + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + + +-F77=f77 ++F77=%%F77%% + AR=ar + FFLAGS= + CLDFLAGS= diff --git a/math/kaskade/files/patch-sources_configure b/math/kaskade/files/patch-sources_configure new file mode 100644 index 000000000000..f24519210ecf --- /dev/null +++ b/math/kaskade/files/patch-sources_configure @@ -0,0 +1,11 @@ +--- sources/configure~ Fri Apr 11 18:16:30 2003 ++++ sources/configure Wed Jan 17 06:44:26 2007 +@@ -2876,7 +2876,7 @@ + test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + + +-F77=f77 ++F77=%%F77%% + AR=ar + FFLAGS= + CLDFLAGS= diff --git a/math/kaskade/files/patch-sources_makefile.in b/math/kaskade/files/patch-sources_makefile.in new file mode 100644 index 000000000000..df522578ab36 --- /dev/null +++ b/math/kaskade/files/patch-sources_makefile.in @@ -0,0 +1,11 @@ +--- sources/makefile.in~ Wed Jan 17 06:49:09 2007 ++++ sources/makefile.in Wed Jan 17 09:18:46 2007 +@@ -15,7 +15,7 @@ + CFLAGS = @CFLAGS@ -I$(INCDIR) + CXXFLAGS = @CXXFLAGS@ -I$(INCDIR) + FFLAGS = @FFLAGS@ +-FCLIBS = -lg2c @FCLIB@ ++FCLIBS = %%GCCLIBDIR%% %%FORTRANLIBS%% + CLDFLAGS = @CLDFLAGS@ + FLDFLAGS = @FLDFLAGS@ + LIBS = $(FCLIBS) @X_LIBS@ @FCLIB@ @LIBS@