Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 21:08:20 +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: r330674 - head/devel/lockfree-malloc
Message-ID:  <201310172108.r9HL8Kno044140@svn.freebsd.org>

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

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

Modified:
  head/devel/lockfree-malloc/Makefile

Modified: head/devel/lockfree-malloc/Makefile
==============================================================================
--- head/devel/lockfree-malloc/Makefile	Thu Oct 17 21:08:02 2013	(r330673)
+++ head/devel/lockfree-malloc/Makefile	Thu Oct 17 21:08:19 2013	(r330674)
@@ -24,6 +24,8 @@ DOCS_DESC=	Install README
 PLIST_FILES=	lib/liblite-malloc-shared.so \
 		lib/liblite-malloc-static.a
 
+MAKE_ARGS+=	CXX=${CXX}
+
 NO_STAGE=	yes
 .include <bsd.port.options.mk>
 



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