1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

BROKEN on sparc64: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:53:52 +00:00
parent 85b4e38d13
commit 041c38e48b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132023
2 changed files with 9 additions and 3 deletions

View File

@ -27,6 +27,12 @@ CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
RXVTLIB= ${PREFIX}/lib/X11/rxvt
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif
pre-install:
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
@ -37,4 +43,4 @@ pre-install:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -44,8 +44,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha"
.if ${ARCH} == "alpha" || ${ARCH} == "sparc64"
BROKEN= "Does not compile on alpha or sparc64"
.endif
post-patch: