pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu There's no need to use GCC_REQD+= 3.4 b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6fa6457a358
branches:  trunk
changeset: 518409:d6fa6457a358
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Sep 08 16:17:40 2006 +0000

description:
There's no need to use GCC_REQD+= 3.4 because 3.0 is enough.

Pointed out by jmmv.

diffstat:

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

diffs (17 lines):

diff -r b5e6b9e51f5c -r d6fa6457a358 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Fri Sep 08 15:27:31 2006 +0000
+++ b/emulators/qemu/Makefile   Fri Sep 08 16:17:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2006/09/08 15:27:31 xtraeme Exp $
+# $NetBSD: Makefile,v 1.37 2006/09/08 16:17:40 xtraeme Exp $
 #
 
 DISTNAME=              qemu-0.8.2
@@ -20,7 +20,6 @@
 GCC_REQD+=             3.0
 
 .if !empty(OPSYS:NetBSD-4*)
-GCC_REQD+=             3.4
 USE_PKGSRC_GCC=        yes
 .endif
 



Home | Main Index | Thread Index | Old Index