mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on amd64-7 and sparc64-7.
This commit is contained in:
parent
f08cad6ddb
commit
ae2ecb38ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201959
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ MAN8= iserverd.8
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue