svn commit: r316444 - head/devel/libcheck

Baptiste Daroussin bapt at FreeBSD.org
Wed Apr 24 15:46:36 UTC 2013


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


More information about the svn-ports-head mailing list