pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/cpuid ONLY_FOR_PLATFORM+=*-*-x86_64, this bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f21e82a168ce
branches:  trunk
changeset: 528596:f21e82a168ce
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed May 09 11:57:27 2007 +0000

description:
ONLY_FOR_PLATFORM+=*-*-x86_64, this builds and runs just fine on my Opteron.

diffstat:

 sysutils/cpuid/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 40e1ea775c21 -r f21e82a168ce sysutils/cpuid/Makefile
--- a/sysutils/cpuid/Makefile   Wed May 09 10:42:32 2007 +0000
+++ b/sysutils/cpuid/Makefile   Wed May 09 11:57:27 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/10/04 21:59:34 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/05/09 11:57:27 ghen Exp $
 
 DISTNAME=      cpuid-3.3
 CATEGORIES=    sysutils
@@ -9,6 +9,7 @@
 COMMENT=       CPU identification feature
 
 ONLY_FOR_PLATFORM=     *-*-i386
+ONLY_FOR_PLATFORM+=    *-*-x86_64
 
 INSTALLATION_DIRS=     bin
 



Home | Main Index | Thread Index | Old Index