svn commit: r368299 - head/sysutils/scanmem
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Sep 16 09:31:38 UTC 2014
Author: danfe
Date: Tue Sep 16 09:31:37 2014
New Revision: 368299
URL: http://svnweb.freebsd.org/changeset/ports/368299
QAT: https://qat.redports.org/buildarchive/r368299/
Log:
Allow to build without having linprocfs(5) mounted.
Modified:
head/sysutils/scanmem/Makefile
Modified: head/sysutils/scanmem/Makefile
==============================================================================
--- head/sysutils/scanmem/Makefile Tue Sep 16 08:20:52 2014 (r368298)
+++ head/sysutils/scanmem/Makefile Tue Sep 16 09:31:37 2014 (r368299)
@@ -17,6 +17,8 @@ ONLY_FOR_ARCHS_REASON= requires linprocf
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
More information about the svn-ports-all
mailing list