diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-09-16 09:31:37 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-09-16 09:31:37 +0000 |
| commit | b1cd35f49d7b8e2398ce1e0fb4e1414669aa9b79 (patch) | |
| tree | f83646e23e67dffe22d74aea633bc668ab42ea82 | |
| parent | Upgrade from 2.8.14 to 2.8.15. (diff) | |
Allow to build without having linprocfs(5) mounted.
| -rw-r--r-- | sysutils/scanmem/Makefile | 2 |
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 |
