aboutsummaryrefslogtreecommitdiff
path: root/devel/sdts++
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-01-02 23:04:26 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-01-02 23:04:26 +0000
commit386f566e15e41e4b720d4cd5a4088922b7aba73f (patch)
tree10b58b546d24849c3884afd37e61ee8bbe5e03cd /devel/sdts++
parent20e9bebae9cf1b69f714a2df40d3af7a6c5d3f13 (diff)
- Fix build on 4.x (increase the max template depth)
PR: ports/75723 Submitted by: Simon Barner <barner(at)gmx.de> Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=125686
Diffstat (limited to 'devel/sdts++')
-rw-r--r--devel/sdts++/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/sdts++/Makefile b/devel/sdts++/Makefile
index 49cb810a92ce..264a0205cfbc 100644
--- a/devel/sdts++/Makefile
+++ b/devel/sdts++/Makefile
@@ -28,6 +28,7 @@ INFO= sdts++
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
+CFLAGS+= -ftemplate-depth-25
.endif
.include <bsd.port.post.mk>