From owner-svn-ports-all@FreeBSD.ORG Thu Aug 7 08:40:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 179EDEA1 for ; Thu, 7 Aug 2014 08:40:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E32052649 for ; Thu, 7 Aug 2014 08:40:30 +0000 (UTC) Received: from marino (uid 1323) (envelope-from marino@FreeBSD.org) id 5157 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 08:40:30 +0000 From: John Marino Date: Thu, 7 Aug 2014 08:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364251 - head/devel/pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e33b7e.5157.6191b6bf@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 08:40:31 -0000 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