Date: Tue, 30 Jul 2013 12:31:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323959 - head/net-mgmt/argus3-clients Message-ID: <201307301231.r6UCVBbK011817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301231.r6UCVBbK011817>