summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphil <phil>2001-10-17 02:44:41 +0000
committerphil <phil>2001-10-17 02:44:41 +0000
commit477bbe625bbc103e7277cee4b0d8c4695b4a0241 (patch)
treec3f59102316757e4d02b6aecf4291d9bbf3de54a
parent0d8f454c45e06ecbc28d06f81acb9f9c68f4600a (diff)
downloadpkgsrc-477bbe625bbc103e7277cee4b0d8c4695b4a0241.tar.gz
This package (and all of coda) works on the arm32 (tested on a shark).
-rw-r--r--devel/lwp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index e92686c7d3e..bb4ec53c98b 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/06/19 03:22:40 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2001/10/17 02:44:41 phil Exp $
#
DISTNAME= lwp-1.6
@@ -12,7 +12,8 @@ COMMENT= Light Weight Process style threads
# ${WRKSRC}/src/process.ss needs pmap handling assembly for
# each arch. Mips has it, but it evidently needs more work.
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc*
+ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-m68k NetBSD-*-sparc* \
+ NetBSD-*-arm32
GNU_CONFIGURE= YES
USE_LIBTOOL= YES