summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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..f29b86f472a 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.10.2.1 2015/10/26 20:09:36 bsiegert 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