diff options
author | Richard Freeman <rich0@gentoo.org> | 2016-04-19 07:25:32 -0400 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2016-04-19 07:25:48 -0400 |
commit | d49892730af683fa30eface487ac67420ba4d348 (patch) | |
tree | 46c0b89b480e5a8057dfac4d1ecd2202f1a66ac6 /media-tv/mythtv | |
parent | sys-firmware/iwl3160-ucode: Bump 12, 13 slots, thanks to Elizabeth Myers. (diff) | |
download | gentoo-d49892730af683fa30eface487ac67420ba4d348.tar.gz gentoo-d49892730af683fa30eface487ac67420ba4d348.tar.bz2 gentoo-d49892730af683fa30eface487ac67420ba4d348.zip |
media-tv/mythtv: fix broken qmake detection for qt5
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.28.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-tv/mythtv/mythtv-0.28.ebuild b/media-tv/mythtv/mythtv-0.28.ebuild index 467d7d48e233..e87b4cc01933 100644 --- a/media-tv/mythtv/mythtv-0.28.ebuild +++ b/media-tv/mythtv/mythtv-0.28.ebuild @@ -265,6 +265,7 @@ src_configure() { --extra-cflags="${CFLAGS}" \ --extra-cxxflags="${CXXFLAGS}" \ --extra-ldflags="${LDFLAGS}" \ + --qmake="/usr/lib/qt5/bin/qmake" \ ${myconf} || die "configure died" } |