aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2013-10-18 01:13:37 +0800
committervg <vg@FreeBSD.org>2013-10-18 01:13:37 +0800
commit1112842f9300683972eae651fd322602146b9f07 (patch)
tree44fd1389945513a3b28fbcd1158942dcaa8f2c8f /textproc
parent696c9b76e0b70adaf6bf1686e8f50d3fbc37c377 (diff)
downloadfreebsd-ports-gnome-1112842f9300683972eae651fd322602146b9f07.tar.gz
freebsd-ports-gnome-1112842f9300683972eae651fd322602146b9f07.tar.zst
freebsd-ports-gnome-1112842f9300683972eae651fd322602146b9f07.zip
- Fixed build with clang
Approved by: eadler, osa, rm (mentors, implicit)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libflate/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>