Mark as broken on sparc64: invokes i386 asm.

This commit is contained in:
Mark Linimon 2011-07-16 05:23:25 +00:00
parent 23ece2ff22
commit ca32093a91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277771
3 changed files with 15 additions and 1 deletions

View file

@ -165,6 +165,10 @@ EXTRA_LIBS= ${PTHREAD_LIBS}
CONFIGURE_ARGS+= --disable-debug --enable-optimized CONFIGURE_ARGS+= --disable-debug --enable-optimized
.endif .endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: invokes i386 assembler
.endif
post-patch: post-patch:
${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl ${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl

View file

@ -32,6 +32,10 @@ LIB_DEPENDS+= icuuc:${PORTSDIR}/devel/icu
BJAM_OPTIONS+= -sICU_PATH=${LOCALBASE} BJAM_OPTIONS+= -sICU_PATH=${LOCALBASE}
.endif .endif
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: invokes i386 assembler
.endif
post-patch: customize-boost-build post-patch: customize-boost-build
# The following directory is empty and causes issues with pkg_{add,delete} # The following directory is empty and causes issues with pkg_{add,delete}
${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail ${RMDIR} ${WRKSRC}/boost/interprocess/containers/detail

View file

@ -57,4 +57,10 @@ post-patch:
# Do not install useless documentation files # Do not install useless documentation files
@${REINPLACE_CMD} -e 's, install-dtdocDATA,,' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's, install-dtdocDATA,,' ${WRKSRC}/Makefile.in
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64: invokes i386 assembler
.endif
.include <bsd.port.post.mk>