summaryrefslogtreecommitdiff
path: root/databases/db6/Makefile
diff options
context:
space:
mode:
authorrichard <richard>2016-08-25 06:18:57 +0000
committerrichard <richard>2016-08-25 06:18:57 +0000
commit86e9382f64517978445690921a6e6fb2be0fb2c2 (patch)
tree4d746f8bd49b5d594eb453061d5ed76723e55032 /databases/db6/Makefile
parent155f81eabde864b57360ee92b3093b96e54b3114 (diff)
downloadpkgsrc-86e9382f64517978445690921a6e6fb2be0fb2c2.tar.gz
Modify conditions of a previous patch to setup.py which fixes
build on aarch64 Linux Also add '--enable-dbm' to CONFIGURE_ARGS (legacy dbm interface) in order to be compatible with db4 builds which happens to fix obscure build errors on aarch64 Linux with packages such as python27. bump PKGREVISION to pick up change
Diffstat (limited to 'databases/db6/Makefile')
-rw-r--r--databases/db6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db6/Makefile b/databases/db6/Makefile
index 69a92f0d126..bb2618bb308 100644
--- a/databases/db6/Makefile
+++ b/databases/db6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/09/14 10:52:57 adam Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/25 06:19:29 richard Exp $
#
# NOTE:
# When updating this package, a change in the minor (6.n -> 6.(n+1))
@@ -8,6 +8,7 @@
DISTNAME= db-6.1.26
PKGNAME= ${DISTNAME:S/db/db6/}
+PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/
@@ -23,6 +24,7 @@ GNU_CONFIGURE= yes
CONFIGURE_DIRS= build_unix
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_ARGS+= --enable-compat185
+CONFIGURE_ARGS+= --enable-dbm
CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db6
CONFIGURE_ARGS+= --program-transform-name=s,db_,db6_,