mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
* forgot to commit patches.
(* Migrate to gfortran.) (* Bump port revision.)
This commit is contained in:
parent
81ee2688d3
commit
752865d6ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182555
11
math/kaskade/files/patch-minigraph_configure
Normal file
11
math/kaskade/files/patch-minigraph_configure
Normal file
@ -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=
|
11
math/kaskade/files/patch-sources_configure
Normal file
11
math/kaskade/files/patch-sources_configure
Normal file
@ -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=
|
11
math/kaskade/files/patch-sources_makefile.in
Normal file
11
math/kaskade/files/patch-sources_makefile.in
Normal file
@ -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@
|
Loading…
Reference in New Issue
Block a user