Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 09:31:37 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368299 - head/sysutils/scanmem
Message-ID:  <201409160931.s8G9VbGb057116@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409160931.s8G9VbGb057116>