Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not help
Noticed by: cluster
This commit is contained in:
parent
c6aea69ca8
commit
620ffa4735
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140328
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue