Choosing LIBEDIT option with pcre port result in buld failure. ---- pcretest.c:77:10: fatal error: 'readline/readline.h' file not found #include <readline/readline.h> ^ 1 error generated. *** Error code 1 ---- Attached patch for the port's Makefile solves the problem.
Created attachment 145437 [details] add proper include when LIBEDIT option is choosed.
Adding maintainer to CC, but taking the PR --- it's straightforward.
A commit references this bug: Author: marino Date: Thu Aug 7 08:40:30 UTC 2014 New revision: 364251 URL: http://svnweb.freebsd.org/changeset/ports/364251 Log: devel/pcre: Fix build with LIBEDIT option selected PR: 192459 Submitted by: Hiroo Ono Approved by: Just Fix It (bf@ in copy) Changes: head/devel/pcre/Makefile
Thanks!