mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 12:17:01 +08:00
configure.ac: Add /usr/local/include to CFLAGS/CPPFLAGS for OpenBSD.
OpenBSD has "/usr/local/include/iconv.h".
This commit is contained in:
@@ -320,7 +320,7 @@ int main(int argc,char **argv) {
|
|||||||
|
|
||||||
dnl Some target detection and actions for them
|
dnl Some target detection and actions for them
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-*-darwin*)
|
*-*-darwin* | *-*-openbsd*)
|
||||||
dnl El Capitan's refusal to allow sudo make install to /usr/include, and the failure of most open source to
|
dnl El Capitan's refusal to allow sudo make install to /usr/include, and the failure of most open source to
|
||||||
dnl include from /usr/local/include is irritating and tiresome...
|
dnl include from /usr/local/include is irritating and tiresome...
|
||||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||||
|
Reference in New Issue
Block a user