BROKEN on ia64: Coredump during build
This commit is contained in:
parent
ec27528eee
commit
f7ecb45309
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121914
1 changed files with 7 additions and 1 deletions
|
@ -34,6 +34,12 @@ MANCOMPRESSED= yes
|
|||
XMKMF= xmkmf
|
||||
ALL_TARGET= xrelease Makefiles includes all
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Coredump during build on ia64"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh \
|
||||
${PREFIX}/bin/CXterm
|
||||
|
@ -49,4 +55,4 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/Doc/input.doc ${PREFIX}/share/doc/cxterm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue