Date: Mon, 31 Mar 2014 22:41:15 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349813 - head/textproc/libmwaw Message-ID: <201403312241.s2VMfFo3026556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Mar 31 22:41:15 2014 New Revision: 349813 URL: http://svnweb.freebsd.org/changeset/ports/349813 QAT: https://qat.redports.org/buildarchive/r349813/ Log: Fix build Reported by: marino Modified: head/textproc/libmwaw/Makefile Modified: head/textproc/libmwaw/Makefile ============================================================================== --- head/textproc/libmwaw/Makefile Mon Mar 31 22:37:04 2014 (r349812) +++ head/textproc/libmwaw/Makefile Mon Mar 31 22:41:15 2014 (r349813) @@ -30,10 +30,10 @@ DOCS_CONFIGURE_OFF= --without-docs .include <bsd.port.pre.mk> .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 <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403312241.s2VMfFo3026556>