- Fixed build with clang

Approved by:	eadler, osa, rm (mentors, implicit)
This commit is contained in:
Veniamin Gvozdikov 2013-10-17 17:13:37 +00:00
parent 36675e166c
commit 28a776d857
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330657

View file

@ -12,6 +12,8 @@ COMMENT= Template library used to deal with html code in CGI applications
PLIST_FILES= lib/${PORTNAME}.a \
bin/checktpl
MAKE_ARGS+= CC=${CC}
NO_STAGE= yes
.include <bsd.port.pre.mk>