Modified: trunk/dports/sysutils/brightness/Portfile (116666 => 116667)
--- trunk/dports/sysutils/brightness/Portfile 2014-02-02 01:21:39 UTC (rev 116666)
+++ trunk/dports/sysutils/brightness/Portfile 2014-02-02 01:28:10 UTC (rev 116667)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
@@ -32,7 +33,7 @@
variant universal {}
build {
- system -W ${worksrcpath} "${configure.cc} -o brightness brightness.c -framework IOKit -framework ApplicationServices [get_canonical_archflags cc]"
+ system -W ${worksrcpath} "${configure.cc} -std=c99 -o brightness brightness.c -framework IOKit -framework ApplicationServices [get_canonical_archflags cc]"
}
destroot {