Mark as broken on sparc64: uses compile options not applicable to this arch.
This commit is contained in:
parent
865e299e80
commit
8041efac0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230198
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ PORTDOCS= *
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e '/FIND_PACKAGE.*(Python|JNI)/ d' \
|
||||
${WRKSRC}/tools/unitsync/CMakeLists.txt
|
||||
|
|
Loading…
Reference in a new issue