Date: Wed, 19 Dec 2012 20:25:22 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309264 - head/security/oidentd Message-ID: <201212192025.qBJKPMJ6078702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oliver Date: Wed Dec 19 20:25:21 2012 New Revision: 309264 URL: http://svnweb.freebsd.org/changeset/ports/309264 Log: fix clang build PR: ports/174572 Submitted by: cubox@cubox.me Modified: head/security/oidentd/Makefile (contents, props changed) Modified: head/security/oidentd/Makefile ============================================================================== --- head/security/oidentd/Makefile Wed Dec 19 20:14:05 2012 (r309263) +++ head/security/oidentd/Makefile Wed Dec 19 20:25:21 2012 (r309264) @@ -21,6 +21,7 @@ MAN5= oidentd.conf.5 oidentd_masq.conf. MAN8= oidentd.8 PLIST_FILES= sbin/oidentd etc/oidentd.conf.sample \ etc/oidentd_masq.conf.sample +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -std=gnu89" OPTIONS= IPV6 "Enable IPv6 support" on \ MASQ "Enable NAT/IP masq support" on
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212192025.qBJKPMJ6078702>