diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-22 10:57:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-22 10:57:15 +0000 |
commit | 9e7cd422118e4b7dc11c72c5ed71f6bd9cb9c09a (patch) | |
tree | 5c6c1bb91ad5e2f59e4f8f38bf413cdb700672e5 | |
parent | 6218ecf93d8836bfc338bccb8138bd8d5e9070a2 (diff) | |
download | pkgsrc-9e7cd422118e4b7dc11c72c5ed71f6bd9cb9c09a.tar.gz |
Force amd64, not the normal x86_64.
-rw-r--r-- | finance/moneyguru/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile index f3a27e88fab..af0af274dd2 100644 --- a/finance/moneyguru/Makefile +++ b/finance/moneyguru/Makefile @@ -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 @@ INSTALLATION_DIRS= bin share/applications share/moneyguru .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 |