Revision
118325
Author
jmr@macports.org
Date
2014-03-30 12:47:18 -0700 (Sun, 30 Mar 2014)

Log Message

fhist: build with -std=gnu89

Modified Paths

Diff

Modified: trunk/dports/sysutils/fhist/Portfile (118324 => 118325)


--- trunk/dports/sysutils/fhist/Portfile	2014-03-30 19:41:56 UTC (rev 118324)
+++ trunk/dports/sysutils/fhist/Portfile	2014-03-30 19:47:18 UTC (rev 118325)
@@ -31,7 +31,7 @@
         "${worksrcpath}/Makefile.in"
 }
 
-configure.cflags-append ${configure.cppflags} ${configure.ldflags}
+configure.cflags-append -std=gnu89 ${configure.cppflags} ${configure.ldflags}
 configure.args          --mandir=${prefix}/share/man --infodir=${prefix}/share/info
 
 use_parallel_build  no