pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/xorp



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep 29 13:39:31 UTC 2018

Modified Files:
        pkgsrc/net/xorp: Makefile

Log Message:
xorp: build fix


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/xorp/Makefile

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

Modified files:

Index: pkgsrc/net/xorp/Makefile
diff -u pkgsrc/net/xorp/Makefile:1.33 pkgsrc/net/xorp/Makefile:1.34
--- pkgsrc/net/xorp/Makefile:1.33       Sat Mar  5 11:29:14 2016
+++ pkgsrc/net/xorp/Makefile    Sat Sep 29 13:39:31 2018
@@ -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 @@ pre-build:
 # 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