pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/moneyguru Force amd64, not the normal x86_64.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c80f74766c18
branches: trunk
changeset: 650421:c80f74766c18
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Apr 22 10:57:15 2015 +0000
description:
Force amd64, not the normal x86_64.
diffstat:
finance/moneyguru/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 1817109e2b13 -r c80f74766c18 finance/moneyguru/Makefile
--- a/finance/moneyguru/Makefile Wed Apr 22 10:54:03 2015 +0000
+++ b/finance/moneyguru/Makefile Wed Apr 22 10:57:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/21 16:48:38 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2015/04/22 10:57:15 joerg Exp $
#
# any of ~* is fine, they are the same and just there for Ubuntu
# so moneyguru's built for all releases
@@ -39,6 +39,8 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm"
BASE_ARCH!= uname -m
+.elif ${MACHINE_ARCH} == "x86_64"
+BASE_ARCH= amd64
.else
BASE_ARCH= ${MACHINE_ARCH}
.endif
Home |
Main Index |
Thread Index |
Old Index