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:
parent
85b4e38d13
commit
041c38e48b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132023
@ -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>
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user