mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 20:01:19 +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:
parent
3eb09b334d
commit
ae79f47fa8
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user