- Fix build with clang
This commit is contained in:
parent
f225d06bfd
commit
5ca7cf7d9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276022
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user