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 | 40c8bc11ec41748ed5ee6c9c6f0103a2f96538db (patch) | |
tree | 55e0077e2c6cfcc4fbbd71ff283d00db1008ccc4 /emulators | |
parent | 1894f65e390e470fbaac19b338d5a8aafffd8343 (diff) | |
download | pkgsrc-40c8bc11ec41748ed5ee6c9c6f0103a2f96538db.tar.gz |
qemu uses siginfo_t which is not available on NetBSD < 2.0.
Diffstat (limited to 'emulators')
-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 |