mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 9 additions and 3 deletions
|
@ -27,6 +27,12 @@ CONFIGURE_ARGS= --enable-xpm-background --enable-transparency \
|
||||||
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
|
DOCDIR= ${PREFIX}/share/doc/ja/rxvt
|
||||||
RXVTLIB= ${PREFIX}/lib/X11/rxvt
|
RXVTLIB= ${PREFIX}/lib/X11/rxvt
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "sparc64"
|
||||||
|
BROKEN= "Does not compile on sparc64"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${DOCDIR}
|
@${MKDIR} ${DOCDIR}
|
||||||
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
|
@${INSTALL_DATA} ${FILESDIR}/README.ja ${DOCDIR}
|
||||||
|
@ -37,4 +43,4 @@ pre-install:
|
||||||
post-install:
|
post-install:
|
||||||
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
|
@${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>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "alpha"
|
.if ${ARCH} == "alpha" || ${ARCH} == "sparc64"
|
||||||
BROKEN= "Does not compile on alpha"
|
BROKEN= "Does not compile on alpha or sparc64"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue