aboutsummaryrefslogtreecommitdiffstats
path: root/security/oidentd
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2012-12-20 04:25:21 +0800
committeroliver <oliver@FreeBSD.org>2012-12-20 04:25:21 +0800
commit18b2a9abe47076f208455f8bdd5a5ba2895b44df (patch)
tree2061a015dd7f6ebfd013db1276a5bb5a8d4d4a2d /security/oidentd
parent6b32faa561db961e0a0b88ff571ef6c6aa032305 (diff)
downloadfreebsd-ports-gnome-18b2a9abe47076f208455f8bdd5a5ba2895b44df.tar.gz
freebsd-ports-gnome-18b2a9abe47076f208455f8bdd5a5ba2895b44df.tar.zst
freebsd-ports-gnome-18b2a9abe47076f208455f8bdd5a5ba2895b44df.zip
fix clang build
PR: ports/174572 Submitted by: cubox@cubox.me
Diffstat (limited to 'security/oidentd')
-rw-r--r--security/oidentd/Makefile1
1 files changed, 1 insertions, 0 deletions
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