pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xorp xorp: build fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be5ba69c96da
branches:  trunk
changeset: 313400:be5ba69c96da
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 13:39:31 2018 +0000

description:
xorp: build fix

diffstat:

 net/xorp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 42d0c45525f9 -r be5ba69c96da net/xorp/Makefile
--- a/net/xorp/Makefile Sat Sep 29 13:38:18 2018 +0000
+++ b/net/xorp/Makefile Sat Sep 29 13:39:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/03/05 11:29:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.34 2018/09/29 13:39:31 tnn Exp $
 #
 
 DISTNAME=              xorp-1.6
@@ -33,6 +33,9 @@
 # these days. See PR 36974; also there are other warnings with gcc48.
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+# configure sets the template depth limit to 25 but it is too small
+BUILDLINK_TRANSFORM+=  opt:-ftemplate-depth-25:-ftemplate-depth=50
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index