Mark as broken with gcc4.2 on 64-bit archs. While here, remove
obsolete cruft.
This commit is contained in:
parent
ab7852d3d3
commit
a93377b570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200646
@ -20,8 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= Einstein requires wstrings which are not available in FreeBSD 4.x
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user