- mark BROKEN with new gcc

This commit is contained in:
Dirk Meyer 2004-07-20 05:41:42 +00:00
parent b28d1c274c
commit 96f102e818
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114267
3 changed files with 14 additions and 0 deletions

View File

@ -59,4 +59,9 @@ post-install:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.if ${OSVERSION} >= 502122
BROKEN= new gcc: cast to non-reference type
.endif
.include <bsd.port.post.mk>

View File

@ -59,4 +59,9 @@ post-install:
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.if ${OSVERSION} >= 502122
BROKEN= new gcc: cast to non-reference type
.endif
.include <bsd.port.post.mk>

View File

@ -47,4 +47,8 @@ pre-install:
CONFIGURE_ENV+= VLS_LIB="-L/usr/lib -lcipher"
.endif
.if ${OSVERSION} >= 502122
BROKEN= new gcc: an explicit specialization must be preceded by template
.endif
.include <bsd.port.post.mk>