mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Mark BROKEN on amd64 with gcc42
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
ffeb56c040
commit
398656b214
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202809
@ -40,6 +40,10 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042 && ${ARCH} == amd64
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi.orig -e 's|^aclocal|${ACLOCAL}|; \
|
||||
s|^autoconf|${AUTOCONF}|; s|^automake|${AUTOMAKE}|' \
|
||||
|
@ -32,6 +32,10 @@ PORTDOCS= CHANGELOG README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on ia64 or sparc64
|
||||
.endif
|
||||
|
@ -22,4 +22,10 @@ CONFIGURE_ARGS= --without-motif \
|
||||
|
||||
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042 && ${ARCH} == amd64
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user