pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu qemu uses siginfo_t which is not availa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25af6373b797
branches:  trunk
changeset: 489349:25af6373b797
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Feb 19 23:12:59 2005 +0000

description:
qemu uses siginfo_t which is not available on NetBSD < 2.0.

diffstat:

 emulators/qemu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 12bed5fbf9cb -r 25af6373b797 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Sat Feb 19 22:47:34 2005 +0000
+++ b/emulators/qemu/Makefile   Sat Feb 19 23:12:59 2005 +0000
@@ -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 @@
 COMMENT=               CPU emulator using dynamic translation
 
 CONFLICTS+=            qemu-bin-*
+NOT_FOR_PLATFORM=      NetBSD-1.[0-6]*-*
 
 USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make



Home | Main Index | Thread Index | Old Index