aboutsummaryrefslogtreecommitdiff
path: root/math/kaskade
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-17 00:27:16 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-17 00:27:16 +0000
commit752865d6aeb85efea798cebc47558caa3dbcb603 (patch)
treed140e0fd5ce61f66a733649ec1f97c2c2aa79486 /math/kaskade
parent81ee2688d31c3d478ce4e249b1f21aa9b8473d4d (diff)
downloadports-752865d6aeb85efea798cebc47558caa3dbcb603.tar.gz
ports-752865d6aeb85efea798cebc47558caa3dbcb603.zip
Notes
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@