mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 19:08:32 +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
|
||||
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 include from /usr/local/include is irritating and tiresome...
|
||||
CFLAGS="$CFLAGS -I/usr/local/include"
|
||||
|
Reference in New Issue
Block a user