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