1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark it BROKEN on FreeBSD >= 7.0, GCC fails

Notified by:	erwin
This commit is contained in:
Emanuel Haupt 2005-11-17 15:07:21 +00:00
parent 491d1c60fe
commit f8e1906eb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148619

View File

@ -25,7 +25,13 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lfs --enable-syslog
PLIST_FILES= bin/nbd-server
MAN1= nbd-server.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= "GCC fails on FreeBSD >= 7.0"
.endif
post-extract:
@${CP} ${FILESDIR}/nbd.h ${WRKSRC}
.include <bsd.port.mk>
.include <bsd.port.post.mk>