pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/sword



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 16 15:42:13 UTC 2017

Modified Files:
        pkgsrc/misc/sword: Makefile

Log Message:
sword: build fix for NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/sword/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/sword/Makefile
diff -u pkgsrc/misc/sword/Makefile:1.13 pkgsrc/misc/sword/Makefile:1.14
--- pkgsrc/misc/sword/Makefile:1.13     Thu Aug 24 20:03:00 2017
+++ pkgsrc/misc/sword/Makefile  Sat Sep 16 15:42:13 2017
@@ -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 @@ INSTALL_TARGET= install install_config
 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