summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-10-26 20:09:36 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-10-26 20:09:36 +0000
commit5fc92e9a95566d8cc49137bbbb373dc47849a005 (patch)
tree97614e1988d04043b1806235e344ab298da2b931
parent2795fefaa141f078b9317664fe6b8741c7ddfe48 (diff)
downloadpkgsrc-5fc92e9a95566d8cc49137bbbb373dc47849a005.tar.gz
Pullup ticket #4843 - requested by joerg
security/botan-devel: build fix Revisions pulled up: - security/botan-devel/Makefile 1.11 --- Module Name: pkgsrc Committed By: joerg Date: Wed Oct 21 21:29:14 UTC 2015 Modified Files: pkgsrc/security/botan-devel: Makefile Log Message: For amd64 builds, override the automatic CPU detection. It fails on SmartOS for 64bit builds.
-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