1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

- Mark BROKEN: does not compile with GCC 4.2

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-13 00:23:05 +00:00
parent daf45708e7
commit a4edcd627d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202664

View File

@ -64,4 +64,10 @@ PKG_INSTALL?= pkg-install
pre-install:
PKG_PREFIX=${PREFIX} ${SH} ${PKG_INSTALL} ${PKGNAME} PRE-INSTALL
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>