From 7dd0cac168f4fa14728f2d3ada9dec4ae29ee14f Mon Sep 17 00:00:00 2001 From: Veniamin Gvozdikov Date: Thu, 17 Oct 2013 21:08:19 +0000 Subject: [PATCH] - Fixed build with clang Approved by: eadler, osa, rm (mentors, implicit) --- devel/lockfree-malloc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/lockfree-malloc/Makefile b/devel/lockfree-malloc/Makefile index 9f873971d129..7f7b33672a33 100644 --- a/devel/lockfree-malloc/Makefile +++ b/devel/lockfree-malloc/Makefile @@ -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