From 9746f0aeee25a726192b5609fd2eed9fe42d475a Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 1 Aug 2016 06:51:14 +1000 Subject: app-office/texmacs: ensure correct version of qt binaries are called Gentoo-bug: 590162 Package-Manager: portage-2.3.0 --- app-office/texmacs/texmacs-1.99.5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-office') diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild index f5c7040a2cc8..8642dcfa17d1 100644 --- a/app-office/texmacs/texmacs-1.99.5.ebuild +++ b/app-office/texmacs/texmacs-1.99.5.ebuild @@ -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 @@ -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) } -- cgit v1.2.3-65-gdbad