1
0
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:
Maho Nakata 2007-01-17 00:27:16 +00:00
parent 81ee2688d3
commit 752865d6ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182555
3 changed files with 33 additions and 0 deletions

View 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=

View 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=

View 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@