aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/bandwidthd
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-07-17 20:41:43 +0800
committerarved <arved@FreeBSD.org>2011-07-17 20:41:43 +0800
commit189a83101c33c1b8b27828ed2855091b4a000234 (patch)
tree945e467370b34aaad38fa40debab2076c8055d2b /net-mgmt/bandwidthd
parent6cded34d3e0a3099613ffadf6572546f1af6b399 (diff)
downloadfreebsd-ports-gnome-189a83101c33c1b8b27828ed2855091b4a000234.tar.gz
freebsd-ports-gnome-189a83101c33c1b8b27828ed2855091b4a000234.tar.zst
freebsd-ports-gnome-189a83101c33c1b8b27828ed2855091b4a000234.zip
Fix build with gcc
Reported by: pointyhat
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r--net-mgmt/bandwidthd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile
index 544643738962..5e35d380a1c8 100644
--- a/net-mgmt/bandwidthd/Makefile
+++ b/net-mgmt/bandwidthd/Makefile
@@ -17,7 +17,9 @@ COMMENT= Tracks bandwidth usage by IP address
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
+.if ${CC} == "clang"
USE_CSTD= c89
+.endif
USE_GMAKE= YES
GNU_CONFIGURE= YES