summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorjoerg <joerg>2013-09-17 21:17:43 +0000
committerjoerg <joerg>2013-09-17 21:17:43 +0000
commit4529ab1589d05aaa778340b2ed485427523e39a0 (patch)
treeeec574cf16857e55064919498e4f460afe88dfd5 /converters
parent257830e06441012aa36633609817e3bec6dbec83 (diff)
downloadpkgsrc-4529ab1589d05aaa778340b2ed485427523e39a0.tar.gz
Update to 0.1.11 to fix the build with Clang due to a broken text
manipulation. Changes include: - Improved support for various inputs. - Refactorting - Bug fixes
Diffstat (limited to 'converters')
-rw-r--r--converters/libmwaw/Makefile15
-rw-r--r--converters/libmwaw/distinfo8
2 files changed, 15 insertions, 8 deletions
diff --git a/converters/libmwaw/Makefile b/converters/libmwaw/Makefile
index 823b3aea203..87c63181ecd 100644
--- a/converters/libmwaw/Makefile
+++ b/converters/libmwaw/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2013/08/24 16:09:56 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2013/09/17 21:17:43 joerg Exp $
-DISTNAME= libmwaw-0.1.10
+DISTNAME= libmwaw-0.1.11
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmwaw/}
EXTRACT_SUFX= .tar.xz
@@ -10,12 +10,19 @@ HOMEPAGE= http://sourceforge.net/p/libmwaw/wiki/Home/
COMMENT= Import library for pre-OSX Mac text formats
LICENSE= mpl-2.0 OR gnu-lgpl-v2
-WRKSRC= ${WRKDIR}/libmwaw-0.1.10
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c++
-CONFIGURE_ARGS+= --with-sharedptr=tr1 --without-docs
+
+CONFIGURE_ARGS+= --without-docs
+
+.include "../../mk/compiler.mk"
+.if !empty(PKGSRC_COMPILER:Mclang)
+CONFIGURE_ARGS+= --with-sharedptr=c++11
+.else
+CONFIGURE_ARGS+= --with-sharedptr=tr1
+.endif
PKGCONFIG_OVERRIDE+= libmwaw.pc.in
diff --git a/converters/libmwaw/distinfo b/converters/libmwaw/distinfo
index 8e77d2d8dfd..b2042f49964 100644
--- a/converters/libmwaw/distinfo
+++ b/converters/libmwaw/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2013/08/24 16:09:56 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2013/09/17 21:17:43 joerg Exp $
-SHA1 (libmwaw-0.1.10.tar.xz) = b96a20a07fea9bbd952383fb76207273133748b2
-RMD160 (libmwaw-0.1.10.tar.xz) = 28c30fe0ba1025f39f916430e16cc5c23af38540
-Size (libmwaw-0.1.10.tar.xz) = 737680 bytes
+SHA1 (libmwaw-0.1.11.tar.xz) = b889efeef10213c80c378044796f45633682b8ce
+RMD160 (libmwaw-0.1.11.tar.xz) = b98061d0ee0cfa32a896e3372e550f22fa2e0626
+Size (libmwaw-0.1.11.tar.xz) = 744736 bytes