mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark as broken on sparc64: does not compile.
This commit is contained in:
parent
ca32093a91
commit
57a8d7d6ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277772
3 changed files with 15 additions and 1 deletions
|
@ -25,4 +25,10 @@ post-patch:
|
|||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -39,6 +39,10 @@ SUB_LIST= CURVE_USER=${CURVE_USER} \
|
|||
BROKEN= does not configure on 9.X
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/freebsd.patch
|
||||
|
||||
|
|
|
@ -90,6 +90,10 @@ CONFIGURE_ARGS+=--disable-zlib
|
|||
CONFIGURE_ARGS+=--enable-x86_64
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${GREP} -ERl '<(malloc|alloca)\.h>' ${WRKSRC} | ${XARGS} \
|
||||
${REINPLACE_CMD} -Ee 's|<(malloc\|alloca)\.h>|<stdlib.h>|'
|
||||
|
|
Loading…
Add table
Reference in a new issue