svn commit: r349813 - head/textproc/libmwaw

Baptiste Daroussin bapt at FreeBSD.org
Mon Mar 31 22:41:16 UTC 2014


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>


More information about the svn-ports-all mailing list