aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2014-06-12 20:42:49 +0800
committerale <ale@FreeBSD.org>2014-06-12 20:42:49 +0800
commitbb9f0ca9931a88b9c03f4a28cfbf2f0f8329285c (patch)
treefca2a47b255377fe2caae3921c7f064f7be6ea42 /textproc
parentfbeedf4d0d6989a1bcce5a23b66a7a409f137625 (diff)
downloadfreebsd-ports-gnome-bb9f0ca9931a88b9c03f4a28cfbf2f0f8329285c.tar.gz
freebsd-ports-gnome-bb9f0ca9931a88b9c03f4a28cfbf2f0f8329285c.tar.zst
freebsd-ports-gnome-bb9f0ca9931a88b9c03f4a28cfbf2f0f8329285c.zip
Fix build on 10.x.
Approved by: bapt
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libmwaw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libmwaw/Makefile b/textproc/libmwaw/Makefile
index 714e2d90f60d..fd08f8b40aa7 100644
--- a/textproc/libmwaw/Makefile
+++ b/textproc/libmwaw/Makefile
@@ -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>