mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01: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
@ -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…
Reference in New Issue
Block a user