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 /devel/boehm-gc/Makefile | |
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 'devel/boehm-gc/Makefile')
-rw-r--r-- | devel/boehm-gc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 49a36e05331..63dcb96bb14 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/09/21 11:22:21 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/22 06:11:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.1 1996/11/16 01:51:25 jdp Exp # @@ -7,7 +7,8 @@ PKGNAME= boehm-gc-4.12 CATEGORIES= devel MASTER_SITES= http://reality.sgi.com/employees/boehm_mti/gc_source/ -NOT_FOR_ARCHS= sparc # SEGV in "./test_cpp 1" in build: target +NOT_FOR_ARCHS+= sparc # SEGV in "./test_cpp 1" in build: target +NOT_FOR_ARCHS+= alpha # needs dlopen, ELF, still SEGV's MAINTAINER= packages@netbsd.org HOMEPAGE= http://reality.sgi.com/employees/boehm_mti/gc.html |