From 28a776d85758aa889cfcd2f11eb863604dbaf6fd Mon Sep 17 00:00:00 2001 From: Veniamin Gvozdikov Date: Thu, 17 Oct 2013 17:13:37 +0000 Subject: [PATCH] - Fixed build with clang Approved by: eadler, osa, rm (mentors, implicit) --- textproc/libflate/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/libflate/Makefile b/textproc/libflate/Makefile index 6a8779fca54e..43fd54d23c57 100644 --- a/textproc/libflate/Makefile +++ b/textproc/libflate/Makefile @@ -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