File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ sudo dnf install re2c bison autoconf make libtool ccache libxml2-devel sqlite-de
55
55
On MacOS, you can install these using ` brew ` :
56
56
57
57
``` shell
58
- brew install autoconf bison re2c iconv libxml2 sqlite
58
+ brew install autoconf bison re2c libiconv libxml2 sqlite
59
59
```
60
60
61
61
or with ` MacPorts ` :
Original file line number Diff line number Diff line change @@ -1796,7 +1796,7 @@ AC_DEFUN([PHP_SETUP_ICONV], [
1796
1796
1797
1797
dnl Check external libs for iconv funcs.
1798
1798
AS_VAR_IF ( [ found_iconv] , [ no] , [
1799
- for i in $PHP_ICONV /usr/local /usr; do
1799
+ for i in $PHP_ICONV /usr/local /opt/homebrew/opt/libiconv / usr; do
1800
1800
if test -r $i/include/gnu-libiconv/iconv.h; then
1801
1801
ICONV_DIR=$i
1802
1802
ICONV_INCLUDE_DIR=$i/include/gnu-libiconv
You can’t perform that action at this time.
0 commit comments