diff options
author | agc <agc> | 2002-08-16 16:05:29 +0000 |
---|---|---|
committer | agc <agc> | 2002-08-16 16:05:29 +0000 |
commit | 9dc138f4cf9ff1e17abc43583c7ead138be0df83 (patch) | |
tree | e0293e9f1417e1c938261b99de30717829f364fd /emulators/doscmd | |
parent | ca31b556b784e3c33d0280a4a8fd8cd263aca6be (diff) | |
download | pkgsrc-9dc138f4cf9ff1e17abc43583c7ead138be0df83.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/doscmd')
-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 |