From 7ea76ecf697cd111454ceee5712d4a1d8de8ea78 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Wed, 19 Dec 2012 20:25:21 +0000 Subject: [PATCH] fix clang build PR: ports/174572 Submitted by: cubox@cubox.me --- security/oidentd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index c2b9c132345b..920987f00690 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -21,6 +21,7 @@ MAN5= oidentd.conf.5 oidentd_masq.conf.5 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