1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

bento, mark BROKEN only for CURRENT

conflicts with new gcc, method definition not in class context
This commit is contained in:
Dirk Meyer 2002-12-02 04:51:16 +00:00
parent 73a1b02376
commit 080b15c45c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71308

View File

@ -60,6 +60,10 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500030
BROKEN= conflicts with new gcc, method definition not in class context
.endif
.if ${MACHINE_ARCH} == "i386"
GNU_ARCH= ix86
.else