Revision
87614
Author
takeshi@macports.org
Date
2011-11-28 13:11:56 -0800 (Mon, 28 Nov 2011)

Log Message

hdf4: removed F77 from FFLAGS in h4fc. fixes #32285

Modified Paths

Diff

Modified: trunk/dports/science/hdf4/Portfile (87613 => 87614)


--- trunk/dports/science/hdf4/Portfile	2011-11-28 19:13:04 UTC (rev 87613)
+++ trunk/dports/science/hdf4/Portfile	2011-11-28 21:11:56 UTC (rev 87614)
@@ -5,7 +5,7 @@
 
 name                hdf4
 version             4.2.6
-revision            1
+revision            2
 platforms           darwin
 categories          science
 maintainers         takeshi
@@ -25,6 +25,7 @@
 
 post-patch {
     reinplace "s|CFLAGS_TO_ADD\$CFLAGS|CFLAGS|" ${worksrcpath}/configure
+    reinplace "s|FFLAGS_TO_ADD\$FFLAGS|FFLAGS|" ${worksrcpath}/configure
 }
 
 configure.args      --with-szlib=${prefix} --disable-netcdf --disable-fortran \