summaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorgarbled <garbled>1998-09-22 06:11:35 +0000
committergarbled <garbled>1998-09-22 06:11:35 +0000
commit8bb5bacb2816c68350a34c6d6b876f65410233f4 (patch)
treea57492ad41e15476f90fc624ff3efd195d3a866e /devel/boehm-gc
parenta7ac85aebfd7fca34193ee7fc63a34e7447f6200 (diff)
downloadpkgsrc-8bb5bacb2816c68350a34c6d6b876f65410233f4.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')
-rw-r--r--devel/boehm-gc/Makefile5
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