diff options
author | grant <grant@pkgsrc.org> | 2004-07-20 10:02:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-20 10:02:50 +0000 |
commit | e7a43f81b4cdc9cfe656e22b2e280a14f2a899ad (patch) | |
tree | 95981282c3b0a175b3d15afe9ebda8061767e46c /emulators | |
parent | 5a29ae814b2cb3fa5562c91db0354b64900a7234 (diff) | |
download | pkgsrc-e7a43f81b4cdc9cfe656e22b2e280a14f2a899ad.tar.gz |
mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spin
on the CPU.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darcnes/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index d76d7c7421d..885d7f25a28 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/04/19 00:08:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/07/20 10:02:50 grant Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -15,6 +15,9 @@ USE_BUILDLINK3= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo +# tool.c causes the sunpro acomp process to spin on the CPU. +NOT_FOR_COMPILER= sunpro + .include "../../mk/bsd.prefs.mk" .if ( ${OBJECT_FMT} == "a.out" ) |