summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-10-21 21:29:14 +0000
committerjoerg <joerg@pkgsrc.org>2015-10-21 21:29:14 +0000
commitcafc5d929c34cf57ef05aa9a9a6fdb3ac392121b (patch)
tree748f57d04bd0155626895eef453841a207aff127 /security
parentd5ed7471c766c5a324261b8ab3aed85b0bb3592b (diff)
downloadpkgsrc-cafc5d929c34cf57ef05aa9a9a6fdb3ac392121b.tar.gz
For amd64 builds, override the automatic CPU detection. It fails on
SmartOS for 64bit builds.
Diffstat (limited to 'security')
-rw-r--r--security/botan-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan-devel/Makefile b/security/botan-devel/Makefile
index b4c457f8a07..4555ff0048c 100644
--- a/security/botan-devel/Makefile
+++ b/security/botan-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2015/09/13 02:31:22 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2015/10/21 21:29:14 joerg Exp $
DISTNAME= Botan-1.11.16
PKGNAME= ${DISTNAME:tl}
@@ -38,6 +38,7 @@ PLIST_VARS+= x86 x86_64
.if ${MACHINE_ARCH} == "x86_64"
PLIST.x86_64= yes
PLIST.x86= yes
+CONFIGURE_ARGS+= --cpu=x86_64
.elif ${MACHINE_ARCH} == "i386"
PLIST.x86= yes
.endif