mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken on sparc64: invokes i386 asm.
This commit is contained in:
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
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue