mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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)
|
AC_CHECK_PROG([PORT],port, port)
|
||||||
if test x$PORT = xport; then
|
if test x$PORT = xport; then
|
||||||
dnl add default macports paths
|
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"
|
LIBS="$LIBS -L/opt/local/lib -L/opt/local/lib/db48"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue