[42564] trunk/dports/science/netcdf/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Nov 23 22:14:48 PST 2008


Revision: 42564
          http://trac.macports.org/changeset/42564
Author:   mcalhoun at macports.org
Date:     2008-11-23 22:14:48 -0800 (Sun, 23 Nov 2008)
Log Message:
-----------
netcdf: Wrong Fortran compiler is sometimes found.
Attempt to fix #17231.

Modified Paths:
--------------
    trunk/dports/science/netcdf/Portfile

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2008-11-24 05:51:48 UTC (rev 42563)
+++ trunk/dports/science/netcdf/Portfile	2008-11-24 06:14:48 UTC (rev 42564)
@@ -31,7 +31,7 @@
 configure.cppflags	"-DNDEBUG -Df2cFortran"
 configure.cxxflags	"-O2 -fno-common"
 configure.cflags	"-O2 -fno-common"
-configure.args	--enable-shared
+configure.args	--enable-shared  --disable-f77
 #                --enable-netcdf-4
 #                --with-szlib=${prefix}
 #                --with-hdf5=${prefix}
@@ -48,6 +48,7 @@
 
 variant g95 {
 	depends_lib		port:g95
+	configure.args-delete	--disable-f77
 	configure.fc		${prefix}/bin/g95
 	configure.env-append	FCFLAGS=-O2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081123/c3a59e1c/attachment.html>


More information about the macports-changes mailing list