Mark it BROKEN on amd64, dumps core during runtime.
Notified by: kris via pointyhat
This commit is contained in:
parent
8907038a1a
commit
617c29e493
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155582
1 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,12 @@ USE_GETOPT_LONG= yes
|
||||||
|
|
||||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}"
|
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LFLAGS="${LDFLAGS}"
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "amd64"
|
||||||
|
BROKEN= "Coredump during runtime on amd64"
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \
|
@${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \
|
||||||
${WRKSRC}/typespeed.h
|
${WRKSRC}/typespeed.h
|
||||||
|
@ -28,4 +34,4 @@ post-patch:
|
||||||
post-install:
|
post-install:
|
||||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Reference in a new issue