mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
This commit is contained in:
parent
e4bac21262
commit
2286d4b084
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363689
@ -302,6 +302,7 @@ USE_PHP_BUILD= yes
|
||||
|
||||
.if ${PHP_MODNAME} == "readline"
|
||||
CONFIGURE_ARGS+=--with-readline=/usr
|
||||
USES+= readline
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "recode"
|
||||
|
@ -316,6 +316,7 @@ USE_PHP_BUILD= yes
|
||||
|
||||
.if ${PHP_MODNAME} == "readline"
|
||||
CONFIGURE_ARGS+=--with-readline=/usr
|
||||
USES+= readline
|
||||
.endif
|
||||
|
||||
.if ${PHP_MODNAME} == "recode"
|
||||
|
@ -189,6 +189,7 @@ CONFIGURE_ARGS+= --disable-threads
|
||||
.if defined(LIBR_SLAVEPORT)
|
||||
|
||||
CONFIGURE_ARGS+= --disable-BLAS-shlib --without-pic --without-x
|
||||
USES+= readline
|
||||
|
||||
.else # LIBR_SLAVEPORT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user