Skip to content

Commit

Permalink
app-office/texmacs: ensure correct version of qt binaries are called
Browse files Browse the repository at this point in the history
Gentoo-bug: 590162

Package-Manager: portage-2.3.0
  • Loading branch information
Michael Palimaka committed Jul 31, 2016
1 parent cba3797 commit 9746f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-office/texmacs/texmacs-1.99.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=6

inherit autotools fdo-mime gnome2-utils
inherit autotools fdo-mime gnome2-utils qmake-utils

MY_P=${P/tex/TeX}-src

Expand Down Expand Up @@ -64,6 +64,7 @@ src_prepare() {
src_configure() {
econf \
--enable-optimize="${CXXFLAGS}" \
--with-qt="$(qt4_get_bindir)" \
$(use_with imlib imlib2) \
$(use_enable pdf pdf-renderer)
}
Expand Down

0 comments on commit 9746f0a

Please sign in to comment.