Mark as broken on sparc64: includes i386 asm.
Hat: portmgr
This commit is contained in:
parent
42e81dc7e1
commit
b51b495164
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245183
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ STALIN_SRC= "stalin-SPARC64.c"
|
|||
.endif
|
||||
STALIN_LIBDIR= ${PREFIX}/lib/stalin
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64: includes i386 asm
|
||||
.endif
|
||||
|
||||
EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp
|
||||
SUB_FILES= stalin.sh
|
||||
MAN1= stalin.1
|
||||
|
|
Loading…
Reference in a new issue