Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 17:13:37 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330657 - head/textproc/libflate
Message-ID:  <201310171713.r9HHDbsX019913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Thu Oct 17 17:13:37 2013
New Revision: 330657
URL: http://svnweb.freebsd.org/changeset/ports/330657

Log:
  - Fixed build with clang
  
  Approved by:	eadler, osa, rm (mentors, implicit)

Modified:
  head/textproc/libflate/Makefile   (contents, props changed)

Modified: head/textproc/libflate/Makefile
==============================================================================
--- head/textproc/libflate/Makefile	Thu Oct 17 16:47:58 2013	(r330656)
+++ head/textproc/libflate/Makefile	Thu Oct 17 17:13:37 2013	(r330657)
@@ -12,6 +12,8 @@ COMMENT=	Template library used to deal w
 PLIST_FILES=	lib/${PORTNAME}.a \
 		bin/checktpl
 
+MAKE_ARGS+=	CC=${CC}
+
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310171713.r9HHDbsX019913>