ccnx: now using flag -std=gnu99
diff --git a/net/ccnx/Portfile b/net/ccnx/Portfile
index 6766cfb..4ed9a3c 100644
--- a/net/ccnx/Portfile
+++ b/net/ccnx/Portfile
@@ -66,7 +66,7 @@
                         BUILD_APPS=false \
 
 configure.cflags        -DCCNX_DIR=\\\"${ccnxdir}\\\" \
-                        -O2 -std=c99
+                        -O2 -std=gnu99
 
 build.env-append        OPENSSL_CFLAGS=-I${prefix}/include \
                         OPENSSL_LIBS=-L${prefix}/lib \