svn commit: r330674 - head/devel/lockfree-malloc
Veniamin Gvozdikov
vg at FreeBSD.org
Thu Oct 17 21:08:20 UTC 2013
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>
More information about the svn-ports-all
mailing list