summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-03-09 10:22:06 +0000
committerfhajny <fhajny@pkgsrc.org>2016-03-09 10:22:06 +0000
commitceb3384b52caea7ee099c00dc98fd0e7cbcf56fa (patch)
treeabf1ab2f80cd04c3b259ae76fddac42f1c561ae2 /databases
parent0cf746d3cbe7f442d44d6ed0719cdcebae066cc5 (diff)
downloadpkgsrc-ceb3384b52caea7ee099c00dc98fd0e7cbcf56fa.tar.gz
Limit databases/wiredtiger to x86_64 platforms, no support for others.
Diffstat (limited to 'databases')
-rw-r--r--databases/wiredtiger/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/wiredtiger/Makefile b/databases/wiredtiger/Makefile
index 7b7ca00a16a..5576b53e1e0 100644
--- a/databases/wiredtiger/Makefile
+++ b/databases/wiredtiger/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/02/26 15:52:08 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/09 10:22:06 fhajny Exp $
DISTNAME= wiredtiger-2.7.0
CATEGORIES= databases
@@ -16,6 +16,9 @@ USE_LANGUAGES= c c++
.include "options.mk"
+# WiredTiger only supports x86_64 platforms
+ONLY_FOR_PLATFORM= *-*-x86_64
+
PKGCONFIG_OVERRIDE+= build_posix/wiredtiger.pc.in
.include "../../mk/bsd.pkg.mk"