summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-20 10:02:50 +0000
committergrant <grant@pkgsrc.org>2004-07-20 10:02:50 +0000
commit627d4d092757f7c11ef20e86397f727fc94009cf (patch)
tree95981282c3b0a175b3d15afe9ebda8061767e46c /emulators/darcnes
parenta7ec28289cb63403a7190bbfa0b72bccd4624781 (diff)
downloadpkgsrc-627d4d092757f7c11ef20e86397f727fc94009cf.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" )