| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Add missing "#include <clocale>".
|
|
* The man page of pcre++ is named Pcre.3, while there is one named
pcre.3 in pcre package. This is problem for case-insensitive file
system which is widely used across Mac OS X systems. Rename it to
pcre++ and add caveat about this change.
Closes #21968.
|
|
|
|
Closes #14653.
|
|
We provide a pcre formula as OS X does not provide libpcre headers.
However, it does provide the library itself and so occasionally things
will use Homebrew's pcre headers and link against the system library.
This should be avoided to prevent incompatibilities, so explicitly tell
the build system where to look for the library where necessary.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|