1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Mark program ignore on amd64, as the binary crashes on startup

This commit is contained in:
Tilman Keskinoz 2006-12-19 18:32:03 +00:00
parent 2aecfd7289
commit f4bc441dca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180177

View File

@ -23,6 +23,12 @@ MAKE_ARGS+= CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAN1= qe.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
IGNORE= crashes on startup
.endif
post-patch:
${REINPLACE_CMD} -e 's,HOST_CC,CC,g' ${WRKSRC}/Makefile
@ -32,4 +38,4 @@ do-install:
cd ${WRKSRC}; ${INSTALL_DATA} kmaps ligatures ${DATADIR:S/qemacs/qe/}
${INSTALL_MAN} ${WRKSRC}/qe.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
.include <bsd.port.post.mk>