pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu pkgsrc's gcc is required on NetBSD 5, t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc2c4e8d249f
branches:  trunk
changeset: 551515:bc2c4e8d249f
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Dec 17 00:53:48 2008 +0000

description:
pkgsrc's gcc is required on NetBSD 5, too :(
Suggested by ahoka@

diffstat:

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

diffs (23 lines):

diff -r e1f926f91c18 -r bc2c4e8d249f emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Wed Dec 17 00:44:52 2008 +0000
+++ b/emulators/qemu/Makefile   Wed Dec 17 00:53:48 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2008/08/04 06:55:39 obache Exp $
+# $NetBSD: Makefile,v 1.52 2008/12/17 00:53:48 hubertf Exp $
 #
 
 DISTNAME=              qemu-0.9.0
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            emulators
 MASTER_SITES=          http://bellard.org/qemu/
 
@@ -24,7 +24,7 @@
 
 GCC_REQD+=             3.0
 
-.if !empty(MACHINE_PLATFORM:MNetBSD-4*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*)
 USE_PKGSRC_GCC=        yes
 .endif
 



Home | Main Index | Thread Index | Old Index