diff options
author | recht <recht@pkgsrc.org> | 2004-02-28 23:41:32 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-02-28 23:41:32 +0000 |
commit | 47d900630bfee7ef9e23c25e36c40b54334af575 (patch) | |
tree | cc05dc5e15598c7a82e210197b0b73a699fbeb35 /devel/boehm-gc | |
parent | 7b242c8fdd5d00d5860d98acd4837ca7a7502d0b (diff) | |
download | pkgsrc-47d900630bfee7ef9e23c25e36c40b54334af575.tar.gz |
boehm-gc doesn't build on amd64/x86_64 (and thus mono's internal gc), so
add NOT_FOR_PLATFORM accordingly
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r-- | devel/boehm-gc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile index 9e0ab16ae93..2aa3ee72e62 100644 --- a/devel/boehm-gc/Makefile +++ b/devel/boehm-gc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/02/14 17:21:36 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2004/02/28 23:41:32 recht Exp $ # DISTNAME= gc6.2 @@ -11,6 +11,9 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.hpl.hp.com/personal/Hans_Boehm/gc/ COMMENT= Garbage collection and memory leak detection for C and C++ + +NOT_FOR_PLATFORM= *-*-amd64 *-*-x86_64 + PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES |