summaryrefslogtreecommitdiff
path: root/lang/mono
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-01-14 23:40:16 +0000
committerkristerw <kristerw@pkgsrc.org>2005-01-14 23:40:16 +0000
commit4085e4f46d845d1ee5c909ca20381d1bd244df4d (patch)
treecddddf885bb1f8faa278892ef4708c4f2c5d433a /lang/mono
parentd1bb033580d0574b97df0d4e43422ba62fff22c2 (diff)
downloadpkgsrc-4085e4f46d845d1ee5c909ca20381d1bd244df4d.tar.gz
This package goes into an infinite loop when installing on NetBSD amd64
because of LP64 problems. Mark it as NOT_FOR_PLATFORM for LP64 architectures.
Diffstat (limited to 'lang/mono')
-rw-r--r--lang/mono/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile
index fbea0c7ecfd..3dcb051f2dc 100644
--- a/lang/mono/Makefile
+++ b/lang/mono/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/11/22 13:42:42 adam Exp $
+# $NetBSD: Makefile,v 1.32 2005/01/14 23:40:16 kristerw Exp $
DISTNAME= mono-1.0.4
CATEGORIES= lang
@@ -17,6 +17,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]-*
+# LP64 problems
+NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64 *-*-x86_64
+
USE_GNU_TOOLS+= make yacc
USE_BUILDLINK3= yes
USE_PKGINSTALL= yes