svn commit: r364251 - head/devel/pcre

John Marino marino at FreeBSD.org
Thu Aug 7 08:40:31 UTC 2014


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


More information about the svn-ports-head mailing list