From 64ff4f96020b56055aca53ac72788b3519b51337 Mon Sep 17 00:00:00 2001 From: minoura Date: Fri, 22 Feb 2002 02:20:46 +0000 Subject: Disable this package on NetBSD/sparc64. It compiles, but would not work due to unaligned access. Solaris and Linux (and NetBSD/alpha) traps unaligned access exceptions and fixes them up automatically but NetBSD/sparc64 does not. This problem is already reported to the original author; I'd wait for his fix. Until then use the 32bit binary instead. --- misc/lv/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/lv/Makefile b/misc/lv/Makefile index 3456e0b098e..0911218fe0d 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/17 18:09:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/02/22 02:20:46 minoura Exp $ # FreeBSD Id: Makefile,v 1.3 1999/01/08 03:32:06 itojun Exp $ DISTNAME= lv4494 @@ -14,4 +14,8 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../src/configure WRKSRC= ${WRKDIR}/${DISTNAME}/build +# Causes unaligned access fault... +# Note that the 32bit (sparc) binary works fine. +NOT_FOR_PLATFORM= NetBSD-*-sparc64 + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3