diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-22 06:11:35 +0000 |
commit | 384c07a72e49d7af51841f79315230e83507d5d2 (patch) | |
tree | a57492ad41e15476f90fc624ff3efd195d3a866e /emulators/bochs | |
parent | d7db432f1f96e2beebcf6453f02c240417512467 (diff) | |
download | pkgsrc-384c07a72e49d7af51841f79315230e83507d5d2.tar.gz |
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha. There may be more, but I haven't seen them yet.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1169a540435..585f4e4a0e8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.1 1998/09/06 06:51:04 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ +NOT_FOR_ARCHS= alpha #runs, SEGV. + MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ |