svn commit: r323959 - head/net-mgmt/argus3-clients
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 30 12:31:11 UTC 2013
Author: bapt
Date: Tue Jul 30 12:31:10 2013
New Revision: 323959
URL: http://svnweb.freebsd.org/changeset/ports/323959
Log:
Fix build with clang by forcing gnu89
Modified:
head/net-mgmt/argus3-clients/Makefile
Modified: head/net-mgmt/argus3-clients/Makefile
==============================================================================
--- head/net-mgmt/argus3-clients/Makefile Tue Jul 30 12:28:51 2013 (r323958)
+++ head/net-mgmt/argus3-clients/Makefile Tue Jul 30 12:31:10 2013 (r323959)
@@ -19,6 +19,8 @@ OPTIONS_DEFAULT=MANPAGES MYSQL SASL
USES= bison ncurses
+USE_CSTD= gnu89
+
.include <bsd.port.options.mk>
GNU_CONFIGURE= true
More information about the svn-ports-head
mailing list