Mark it BROKEN on amd64, dumps core during runtime.

Notified by:	kris via pointyhat
This commit is contained in:
Emanuel Haupt 2006-02-09 11:30:26 +00:00
parent 8907038a1a
commit 617c29e493
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155582

View file

@ -21,6 +21,12 @@ USE_GETOPT_LONG= yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Coredump during runtime on amd64"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \
${WRKSRC}/typespeed.h
@ -28,4 +34,4 @@ post-patch:
post-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
.include <bsd.port.post.mk>