diff options
author | arved <arved@FreeBSD.org> | 2011-07-17 20:41:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-17 20:41:43 +0800 |
commit | 189a83101c33c1b8b27828ed2855091b4a000234 (patch) | |
tree | 945e467370b34aaad38fa40debab2076c8055d2b /net-mgmt/bandwidthd | |
parent | 6cded34d3e0a3099613ffadf6572546f1af6b399 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |