mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Mark as broken on sparc64: latest version includes i386 asm.
This commit is contained in:
parent
590950f595
commit
49b9d63238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230189
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ WRKSRC= ${WRKDIR}/WaveGain-${PORTVERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64
|
||||
.endif
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC} && ${CP} Makefile.linux Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue