diff options
author | agc <agc@pkgsrc.org> | 2002-08-16 16:05:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-16 16:05:29 +0000 |
commit | 1672a7bfbdcd5d564884451733e40af2a57694ad (patch) | |
tree | e0293e9f1417e1c938261b99de30717829f364fd /emulators | |
parent | 48e9a53ce44b8a0597aa9e7b8829d3d13f5d5aae (diff) | |
download | pkgsrc-1672a7bfbdcd5d564884451733e40af2a57694ad.tar.gz |
Rather than mark it as broken on all versions, use the ONLY_FOR_PLATFORM
definition to mark it as good for NetBSD/i386 1.[345]. Broken on 1.6 and
current systems, though.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 388f99fca05..a47b0dc547d 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/08/16 15:54:56 agc Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/16 16:05:29 agc Exp $ # DISTNAME= doscmd-19960502-2 @@ -9,9 +9,8 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/doscmd/ MAINTAINER= packages@netbsd.org COMMENT= MS-DOS emulator (NetBSD/i386 only) -ONLY_FOR_PLATFORM= NetBSD-*-i386 - -BROKEN= mmap() portability (No MAP_FIXED), and objcopy problems +# mmap() portability (no MAP_FIXED), and objcopy problems on NetBSD-1.6-i386 and later +ONLY_FOR_PLATFORM= NetBSD-1.[345]*-i386 WRKSRC= ${WRKDIR}/doscmd |