diff options
author | sem <sem@FreeBSD.org> | 2005-01-03 07:04:26 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-01-03 07:04:26 +0800 |
commit | 3ec6efd42a052b91328b7d15ee1d8c782532b120 (patch) | |
tree | 2f84a41884b4d72ec8a80a2748b1dbc38003b7b8 /devel | |
parent | df0faba497e91f7f297b7332dde8b705e80b83c9 (diff) | |
download | freebsd-ports-gnome-3ec6efd42a052b91328b7d15ee1d8c782532b120.tar.gz freebsd-ports-gnome-3ec6efd42a052b91328b7d15ee1d8c782532b120.tar.zst freebsd-ports-gnome-3ec6efd42a052b91328b7d15ee1d8c782532b120.zip |
- 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)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/sdts++/Makefile | 1 |
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> |