freebsd-ports/science/mbdyn/files/patch-modules+Makefile.in
Maho Nakata 665652b56d * Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
* Approved by:  portmgr(kris)
2007-01-17 02:21:49 +00:00

11 lines
493 B
Text

--- modules/Makefile.in~ Wed Feb 1 20:32:46 2006
+++ modules/Makefile.in Wed Jan 17 09:35:04 2007
@@ -375,7 +375,7 @@
-fPIC \
$(AM_CPPFLAGS) @CPPFLAGS@ $(AM_CXXFLAGS) @CXXFLAGS@
export CXXLINK = @LIBTOOL@ --mode=link $(CXXLD) $(AM_CXXFLAGS) \
- @CXXFLAGS@ @LDFLAGS@ -shared -lg2c
+ @CXXFLAGS@ @LDFLAGS@ %%GCCLIBDIR%% %%FORTRANLIBS%%
export LTCOMPILE = @LIBTOOL@ --mode=compile @CC@ @DEFS@ \
-I. -I@srcdir@ -I../../include \
-I../../libraries/libmbutil -I../../libraries/libmbmath \