mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
BROKEN on ia64 and sparc64: Does not compile
This commit is contained in:
parent
598ed79f46
commit
47688485bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121928
@ -25,6 +25,10 @@ PLIST_FILES= bin/rio
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on ia64 or sparc64"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user