Mark as broken with gcc4.2.
This commit is contained in:
parent
5f72eeb71f
commit
01183ffbd8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200503
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ PLIST_FILES= sbin/vserver sbin/vchatctl \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
|
|
Loading…
Reference in a new issue