mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
Mark as broken on sparc64: fails to install.
This commit is contained in:
parent
8f1b1d4a26
commit
7bc7fc05b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206587
@ -74,4 +74,10 @@ pre-install:
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -138,6 +138,10 @@ PLIST_SUB+= XVID=""
|
||||
PLIST_SUB+= XVID="@comment "
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${TOUCH} -f ${WRKSRC}/bootstrapped
|
||||
# don't compile or use libmp4v2
|
||||
|
Loading…
Reference in New Issue
Block a user