Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2013 15:46:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316444 - head/devel/libcheck
Message-ID:  <201304241546.r3OFkasc095780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Apr 24 15:46:36 2013
New Revision: 316444
URL: http://svnweb.freebsd.org/changeset/ports/316444

Log:
  Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cached
  
  Reported by:	miwi

Modified:
  head/devel/libcheck/Makefile

Modified: head/devel/libcheck/Makefile
==============================================================================
--- head/devel/libcheck/Makefile	Wed Apr 24 15:41:22 2013	(r316443)
+++ head/devel/libcheck/Makefile	Wed Apr 24 15:46:36 2013	(r316444)
@@ -15,6 +15,7 @@ LICENSE=	LGPL21
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 #CONFIGURE_ARGS=	--docdir=${DOCSDIR}
+CONFIGURE_ENV=	ac_cv_path_AWK_PATH=${AWK}
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes



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