diff options
Diffstat (limited to 'devel')
-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 |