Date: Thu, 7 Aug 2014 08:40:30 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364251 - head/devel/pcre Message-ID: <53e33b7e.5157.6191b6bf@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 7 08:40:30 2014 New Revision: 364251 URL: http://svnweb.freebsd.org/changeset/ports/364251 QAT: https://qat.redports.org/buildarchive/r364251/ Log: devel/pcre: Fix build with LIBEDIT option selected PR: 192459 Submitted by: Hiroo Ono Approved by: Just Fix It (bf@ in copy) Modified: head/devel/pcre/Makefile Modified: head/devel/pcre/Makefile ============================================================================== --- head/devel/pcre/Makefile Thu Aug 7 08:40:25 2014 (r364250) +++ head/devel/pcre/Makefile Thu Aug 7 08:40:30 2014 (r364251) @@ -52,6 +52,11 @@ PORTDOCS= * CONFIGURE_ARGS+= --disable-stack-for-recursion .endif +# libedit +.if ${PORT_OPTIONS:MLIBEDIT} +CFLAGS+= -I /usr/include/edit +.endif + # Optional knobs that accept positive integer parameters (see pcrebuild(3)): # Allow the use of very large patterns (> 64K) with the 8- and 16-bit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e33b7e.5157.6191b6bf>