One of the configure tests goes into an infinite loop when trying to
build on Darwin. Mark package as not for Darwin for now.
This commit is contained in:
parent
b8c0fc16c9
commit
be6850de9a
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2004/11/29 01:03:03 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2005/03/27 21:25:43 kristerw Exp $
|
||||
|
||||
DISTNAME= BasiliskII_src_14032003
|
||||
PKGNAME= BasiliskII-1.0.20030314
|
||||
|
@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://gwenole.beauchesne.online.fr/basilisk2/
|
||||
COMMENT= Open Source 68k Macintosh emulator
|
||||
|
||||
NOT_FOR_PLATFORM+= Darwin-*-*
|
||||
|
||||
WRKSRC= ${WRKDIR}/BasiliskII-1.0/src/Unix
|
||||
USE_BUILDLINK3= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue