summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland>2008-08-31 22:48:12 +0000
committerdholland <dholland>2008-08-31 22:48:12 +0000
commite208ac51accfc33057f33da4f5d6a9bac0fa9eab (patch)
tree66704e3d48e8581d4f57125bea74e9f1c21a0fd2 /lang
parent9db722eaaea5f20e65015df61d05a6d19ffe2cb2 (diff)
downloadpkgsrc-e208ac51accfc33057f33da4f5d6a9bac0fa9eab.tar.gz
Mark this NOT_FOR_PLATFORM on 64-bit platforms; it is severely broken.
Diffstat (limited to 'lang')
-rw-r--r--lang/utilisp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/utilisp/Makefile b/lang/utilisp/Makefile
index 7579ca795b3..dbec7c83810 100644
--- a/lang/utilisp/Makefile
+++ b/lang/utilisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:57 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2008/08/31 22:48:12 dholland Exp $
#
DISTNAME= utilispc-1.13
@@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gps.tanaka.ecc.u-tokyo.ac.jp/wadalabfont/pukiwiki.php?%5B%5BUtiLisp%2FC%5D%5D
COMMENT= UTI Lisp
+# severe 64-bit issues
+NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64
+
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"