diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile index e525e711764..b3ef16d7a9c 100644 --- a/security/xmlsec/Makefile +++ b/security/xmlsec/Makefile @@ -49,4 +49,9 @@ CONFIGURE_ENV += ac_cv_header_ansidecl_h=no TEST_DEPENDS= xmlsec-${VERSION}:security/xmlsec TEST_FLAGS= ABS_BUILDDIR="${WRKSRC}" +.include +.if !${PROPERTIES:Mclang} +CFLAGS += -std=gnu99 +.endif + .include