Skip to content

Commit

Permalink
qt4-build-multilib.eclass: make sure QMAKESPEC is not set
Browse files Browse the repository at this point in the history
Gentoo-Bug: 583352
  • Loading branch information
Pesa committed May 27, 2016
1 parent eaa1fc0 commit 508b908
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion eclass/qt4-build-multilib.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,13 @@ qt4_prepare_env() {
QT4_EXAMPLESDIR=${QT4_DATADIR}/examples
QT4_DEMOSDIR=${QT4_DATADIR}/demos
QT4_SYSCONFDIR=${EPREFIX}/etc/qt4
QMAKE_LIBDIR_QT=${QT4_LIBDIR}

# are these still needed?
QMAKE_LIBDIR_QT=${QT4_LIBDIR}
export XDG_CONFIG_HOME="${T}"

# can confuse qmake if set (bug 583352)
unset QMAKESPEC
}

# @FUNCTION: qt4_foreach_target_subdir
Expand Down

0 comments on commit 508b908

Please sign in to comment.