summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authorgrant <grant>2004-07-20 10:02:50 +0000
committergrant <grant>2004-07-20 10:02:50 +0000
commitc674f388e071f9cf8c7b52eca06d0f280d94adab (patch)
tree95981282c3b0a175b3d15afe9ebda8061767e46c /emulators/darcnes
parentbdbdea2278469476177c13951e552fee17250a6a (diff)
downloadpkgsrc-c674f388e071f9cf8c7b52eca06d0f280d94adab.tar.gz
mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spin
on the CPU.
Diffstat (limited to 'emulators/darcnes')
-rw-r--r--emulators/darcnes/Makefile.common5
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" )