diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:17:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-05-21 18:17:12 +0000 |
commit | bdb9620e0caba69eb3b773b9428402a8a9f9ee3a (patch) | |
tree | 207f8a1c019bacdd58ac4e095de3cc3824ba312d /emulators/mips64emul | |
parent | BROKEN on alpha: FPE during build (diff) |
BROKEN on alpha: Does not compile
Diffstat (limited to 'emulators/mips64emul')
-rw-r--r-- | emulators/mips64emul/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile index b4577d958b3d..3dcaa5bfc38e 100644 --- a/emulators/mips64emul/Makefile +++ b/emulators/mips64emul/Makefile @@ -19,7 +19,13 @@ CONFIGURE_ARGS= --nox11 PLIST_FILES= bin/mips64emul +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul -.include <bsd.port.mk> +.include <bsd.port.post.mk> |