diff options
author | heinz <heinz@pkgsrc.org> | 2005-02-19 23:12:59 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-02-19 23:12:59 +0000 |
commit | d5946fdb31b71330f7c2366d59c977af6b6f63f4 (patch) | |
tree | 55e0077e2c6cfcc4fbbd71ff283d00db1008ccc4 /emulators/qemu | |
parent | 53e3111fff53c8fdd82b3479b83327694ca5550d (diff) | |
download | pkgsrc-d5946fdb31b71330f7c2366d59c977af6b6f63f4.tar.gz |
qemu uses siginfo_t which is not available on NetBSD < 2.0.
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 0979da4d656..387cedec8af 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/14 01:02:19 dbj Exp $ +# $NetBSD: Makefile,v 1.6 2005/02/19 23:12:59 heinz Exp $ # DISTNAME= qemu-0.6.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://fabrice.bellard.free.fr/qemu/ COMMENT= CPU emulator using dynamic translation CONFLICTS+= qemu-bin-* +NOT_FOR_PLATFORM= NetBSD-1.[0-6]*-* USE_BUILDLINK3= yes USE_GNU_TOOLS+= make |