aboutsummaryrefslogtreecommitdiff
path: root/sysutils/scanmem
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-09-16 09:31:37 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-09-16 09:31:37 +0000
commitb1cd35f49d7b8e2398ce1e0fb4e1414669aa9b79 (patch)
treef83646e23e67dffe22d74aea633bc668ab42ea82 /sysutils/scanmem
parent2f1a4001a1558226304b12a35b5daf28a6a694b2 (diff)
downloadports-b1cd35f49d7b8e2398ce1e0fb4e1414669aa9b79.tar.gz
ports-b1cd35f49d7b8e2398ce1e0fb4e1414669aa9b79.zip
Allow to build without having linprocfs(5) mounted.
Notes
Notes: svn path=/head/; revision=368299
Diffstat (limited to 'sysutils/scanmem')
-rw-r--r--sysutils/scanmem/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/scanmem/Makefile b/sysutils/scanmem/Makefile
index 4b310a0bfa3c..8bf014fa4315 100644
--- a/sysutils/scanmem/Makefile
+++ b/sysutils/scanmem/Makefile
@@ -17,6 +17,8 @@ ONLY_FOR_ARCHS_REASON= requires linprocfs(5)
USES= readline
GNU_CONFIGURE= yes
+CONFIGURE_ENV= ac_cv_file__proc_self_maps=yes \
+ ac_cv_file__proc_self_mem=yes
OPTIONS_DEFINE= X11 DOCS
OPTIONS_SUB= yes