diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-21 18:48:12 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-21 18:48:12 +0000 |
commit | 5ca7cf7d9e12b4211712d662cac799d94c4269a1 (patch) | |
tree | dec52171b46f39286b953ff64c3f0c715f368d94 | |
parent | - Update to 1.3 (diff) |
- Fix build with clang
Notes
Notes:
svn path=/head/; revision=276022
-rw-r--r-- | net/vnstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile index 44e38e5b714d..89820233d788 100644 --- a/net/vnstat/Makefile +++ b/net/vnstat/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://humdi.net/vnstat/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= A console-based network traffic monitor -MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include" \ +MAKE_ARGS= CC="${CC}" CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= bsdinstall |