svn commit: r357590 - head/textproc/libmwaw
Alex Dupre
ale at FreeBSD.org
Thu Jun 12 12:42:50 UTC 2014
Author: ale
Date: Thu Jun 12 12:42:49 2014
New Revision: 357590
URL: http://svnweb.freebsd.org/changeset/ports/357590
QAT: https://qat.redports.org/buildarchive/r357590/
Log:
Fix build on 10.x.
Approved by: bapt
Modified:
head/textproc/libmwaw/Makefile
Modified: head/textproc/libmwaw/Makefile
==============================================================================
--- head/textproc/libmwaw/Makefile Thu Jun 12 12:42:42 2014 (r357589)
+++ head/textproc/libmwaw/Makefile Thu Jun 12 12:42:49 2014 (r357590)
@@ -19,8 +19,7 @@ OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
-EXTRA_PATCHES+= ${FILESDIR}/0001-std-isfinite-is-C-11.patch:-p1 \
- ${FILESDIR}/0001-use-correct-type.patch:-p1
+EXTRA_PATCHES+= ${FILESDIR}/0001-use-correct-type.patch:-p1
GNU_CONFIGURE= yes
USES= compiler:features libtool:keepla pathfix pkgconfig tar:xz
@@ -38,6 +37,7 @@ CONFIGURE_ARGS+= --with-sharedptr=c++11
.else
BUILD_DEPENDS+= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
CONFIGURE_ARGS+= --with-sharedptr=boost
+EXTRA_PATCHES+= ${FILESDIR}/0001-std-isfinite-is-C-11.patch:-p1
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list