mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 11:43:26 -03:00
qt5: Force macports default include path to be searched last
Allows outside includes to take precedence. In particular, this allows for a specified Qt to be used without clashing with macports' headers.
This commit is contained in:
parent
8b0f608815
commit
2691cbc4b3
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ case $host in
|
|||
AC_CHECK_PROG([PORT],port, port)
|
||||
if test x$PORT = xport; then
|
||||
dnl add default macports paths
|
||||
CPPFLAGS="$CPPFLAGS -I/opt/local/include -I/opt/local/include/db48"
|
||||
CPPFLAGS="$CPPFLAGS -isystem /opt/local/include -I/opt/local/include/db48"
|
||||
LIBS="$LIBS -L/opt/local/lib -L/opt/local/lib/db48"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue