BROKEN on sparc64: Does not build

This commit is contained in:
Kris Kennaway 2004-04-12 04:28:06 +00:00
parent ff18bffd91
commit faff42cf17
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106785
2 changed files with 14 additions and 2 deletions

View File

@ -28,6 +28,12 @@ CONFIGURE_ARGS= --without-bfd
MAN1= lush.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif
post-patch:
@${REINPLACE_CMD} -E -e \
's|opt=.+$$||; \
@ -42,4 +48,4 @@ post-patch:
's|SDL/SDL|SDL11/SDL|; \
s|"libSDL"|\"libSDL-1.1.so.5\"|'
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -27,6 +27,12 @@ USE_SIZE= yes
INSTALL_SHLIBS= yes
PKGDEINSTALL= ${PKGINSTALL}
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build on sparc64"
.endif
post-patch:
@${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure
@ -34,4 +40,4 @@ post-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
.include <bsd.port.post.mk>