aboutsummaryrefslogtreecommitdiffstats
path: root/math/kaskade
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-17 08:27:16 +0800
committermaho <maho@FreeBSD.org>2007-01-17 08:27:16 +0800
commit54967bebc1814bc53f75e2f8c0178dfbda2e0682 (patch)
treeb4938cfb4e82aa1ea1316b8daefaefd91574e405 /math/kaskade
parentb958c32687de805541283611b8cab3ac77055c77 (diff)
downloadfreebsd-ports-gnome-54967bebc1814bc53f75e2f8c0178dfbda2e0682.tar.gz
freebsd-ports-gnome-54967bebc1814bc53f75e2f8c0178dfbda2e0682.tar.zst
freebsd-ports-gnome-54967bebc1814bc53f75e2f8c0178dfbda2e0682.zip
* forgot to commit patches.
(* Migrate to gfortran.) (* Bump port revision.)
Diffstat (limited to 'math/kaskade')
-rw-r--r--math/kaskade/files/patch-minigraph_configure11
-rw-r--r--math/kaskade/files/patch-sources_configure11
-rw-r--r--math/kaskade/files/patch-sources_makefile.in11
3 files changed, 33 insertions, 0 deletions
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@