summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2015-10-21 21:29:14 +0000
committerjoerg <joerg>2015-10-21 21:29:14 +0000
commit604566eca323b268ffaa8e566a99063358a8910e (patch)
tree748f57d04bd0155626895eef453841a207aff127 /security
parentfb0c6d9a43f275e1af20d2c721baf0e033b20eb7 (diff)
downloadpkgsrc-604566eca323b268ffaa8e566a99063358a8910e.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