diff options
author | oliver <oliver@FreeBSD.org> | 2012-12-20 04:25:21 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2012-12-20 04:25:21 +0800 |
commit | 18b2a9abe47076f208455f8bdd5a5ba2895b44df (patch) | |
tree | 2061a015dd7f6ebfd013db1276a5bb5a8d4d4a2d /security/oidentd | |
parent | 6b32faa561db961e0a0b88ff571ef6c6aa032305 (diff) | |
download | freebsd-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/Makefile | 1 |
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 |