pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/darcnes mark this NOT_FOR_COMPILER sunpro be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bae6bb940a3f
branches:  trunk
changeset: 478249:bae6bb940a3f
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jul 20 10:02:50 2004 +0000

description:
mark this NOT_FOR_COMPILER sunpro because util.c causes acomp to spin
on the CPU.

diffstat:

 emulators/darcnes/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 7264c140d875 -r bae6bb940a3f emulators/darcnes/Makefile.common
--- a/emulators/darcnes/Makefile.common Tue Jul 20 04:53:09 2004 +0000
+++ b/emulators/darcnes/Makefile.common Tue Jul 20 10:02:50 2004 +0000
@@ -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 @@
 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" )



Home | Main Index | Thread Index | Old Index