1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- 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)
This commit is contained in:
Sergey Matveychuk 2005-01-02 23:04:26 +00:00
parent 20e9bebae9
commit 386f566e15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125686

View File

@ -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>