pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Fix typo: s/OPSYS/MACHINE_ARCH/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00f1d7e0a2d8
branches:  trunk
changeset: 518508:00f1d7e0a2d8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Sep 11 11:25:49 2006 +0000

description:
Fix typo: s/OPSYS/MACHINE_ARCH/

diffstat:

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

diffs (18 lines):

diff -r 0757d19311ce -r 00f1d7e0a2d8 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Mon Sep 11 09:34:20 2006 +0000
+++ b/emulators/qemu/Makefile   Mon Sep 11 11:25:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/09/08 16:17:40 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2006/09/11 11:25:49 xtraeme Exp $
 #
 
 DISTNAME=              qemu-0.8.2
@@ -19,7 +19,7 @@
 
 GCC_REQD+=             3.0
 
-.if !empty(OPSYS:NetBSD-4*)
+.if !empty(MACHINE_PLATFORM:NetBSD-4*)
 USE_PKGSRC_GCC=        yes
 .endif
 



Home | Main Index | Thread Index | Old Index