pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/sword sword: build fix for NetBSD-current



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ec998c900e
branches:  trunk
changeset: 368412:b6ec998c900e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 16 15:42:13 2017 +0000

description:
sword: build fix for NetBSD-current

diffstat:

 misc/sword/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 147b88455405 -r b6ec998c900e misc/sword/Makefile
--- a/misc/sword/Makefile       Sat Sep 16 15:32:40 2017 +0000
+++ b/misc/sword/Makefile       Sat Sep 16 15:42:13 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/08/24 20:03:00 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/16 15:42:13 tnn Exp $
 #
 
 DISTNAME=      sword-1.7.4
@@ -25,6 +25,9 @@
 REQD_FILES=    ${PREFIX}/share/examples/sword/sword.conf \
                ${PKG_SYSCONFDIR}/sword.conf
 
+# needed with at least GCC-5.4.0 which has a default value of 25
+CXXFLAGS+=     -ftemplate-depth=50
+
 .include "../../textproc/icu/buildlink3.mk"
 .include "../../textproc/libclucene/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index