databases/gdbm

This commit is contained in:
2014-04-17 15:01:07 +02:00
committed by Lionel Sambuc
parent 1ad8e63827
commit 957be2f577
3 changed files with 66 additions and 0 deletions

View File

@@ -17,3 +17,9 @@ PATCHDIR= ${.CURDIR}/../../databases/gdbm/patches
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix"
CONFIGURE_ENV+= ac_cv_func_mmap_fixed_mapped=no
.endif