Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not help

Noticed by: cluster
This commit is contained in:
Volker Stolz 2005-07-28 16:18:29 +00:00
parent c6aea69ca8
commit 620ffa4735
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140328

View file

@ -27,4 +27,10 @@ post-patch:
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ( ${OSVERSION} < 500000 )
BROKEN= "Compilation fails and passing -fhuge-objects does not help"
.endif
.include <bsd.port.post.mk>