svn commit: r309264 - head/security/oidentd

Oliver Lehmann oliver at FreeBSD.org
Wed Dec 19 20:25:22 UTC 2012


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 at 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


More information about the svn-ports-all mailing list