Revision
108629
Author
takeshi@macports.org
Date
2013-07-28 19:43:42 -0700 (Sun, 28 Jul 2013)

Log Message

hdf4: fixed build failure in variant g95

Modified Paths

Diff

Modified: trunk/dports/science/hdf4/Portfile (108628 => 108629)


--- trunk/dports/science/hdf4/Portfile	2013-07-29 02:14:31 UTC (rev 108628)
+++ trunk/dports/science/hdf4/Portfile	2013-07-29 02:43:42 UTC (rev 108629)
@@ -54,6 +54,7 @@
     configure.args-delete   --disable-fortran --enable-shared
     depends_build-append    port:g95
     configure.f77           ${prefix}/bin/g95
+    configure.fflags-append -fno-second-underscore
 }
 
 variant gcc43 conflicts g95 gcc44 gcc45 gcc46 gcc47 gcc48 universal description {build with gfortran 4.3} {