mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/pcre: Fix build with LIBEDIT option selected
PR: 192459 Submitted by: Hiroo Ono Approved by: Just Fix It (bf@ in copy)
This commit is contained in:
parent
6d04adef54
commit
4347d53db7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user