diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-09 11:30:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-09 11:30:26 +0000 |
commit | 617c29e493bf235bc6c9eb05ddf09b3a8ee99b24 (patch) | |
tree | 60baaf7316c98d298ad9ba9081d46ed04ff73a10 | |
parent | 8907038a1acf42805a8deaf5d4376ef59588b1e7 (diff) | |
download | ports-617c29e493bf235bc6c9eb05ddf09b3a8ee99b24.tar.gz ports-617c29e493bf235bc6c9eb05ddf09b3a8ee99b24.zip |
Notes
-rw-r--r-- | games/typespeed/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/typespeed/Makefile b/games/typespeed/Makefile index b4cbaa649a60..a5028240361e 100644 --- a/games/typespeed/Makefile +++ b/games/typespeed/Makefile @@ -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> |