summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/boehm-gc/Makefile5
-rw-r--r--lang/mono/Makefile5
2 files changed, 8 insertions, 2 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
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index 181b7b9e8d2..be852ac8869 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/02/27 04:06:05 minskim Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/28 23:41:32 recht Exp $
#
DISTNAME= mono-0.30.1
@@ -19,6 +19,9 @@ CONFLICTS= pnet-[0-9]*
NOT_FOR_PLATFORM= NetBSD-1.[0-5]*-*
NOT_FOR_PLATFORM+= NetBSD-1.6-* NetBSD-1.6.*-*
NOT_FOR_PLATFORM+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[AB]-*
+# boehm-gc doesn't build on amd64/x86_64
+NOT_FOR_PLATFORM+= *-*-amd64 *-*-x86_64
+
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes