From 5da2bad1555b46119c91b1381dcea99caec9e10e Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 31 Mar 2014 22:41:15 +0000 Subject: Fix build Reported by: marino --- textproc/libmwaw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/libmwaw/Makefile b/textproc/libmwaw/Makefile index 6456800e4253..d1570b610dc7 100644 --- a/textproc/libmwaw/Makefile +++ b/textproc/libmwaw/Makefile @@ -30,10 +30,10 @@ DOCS_CONFIGURE_OFF= --without-docs .include .if ${COMPILER_FEATURES:Mlibc++} -CONFIGURE_ARGS= --with-sharedptr=c++11 +CONFIGURE_ARGS+= --with-sharedptr=c++11 .else BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -CONFIGURE_ARGS= --with-sharedptr=boost +CONFIGURE_ARGS+= --with-sharedptr=boost .endif .include -- cgit v1.2.3