projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09acbf
)
media-tv/mythtv: fix broken qmake detection for qt5
author
Richard Freeman
<rich0@gentoo.org>
Tue, 19 Apr 2016 11:25:32 +0000
(07:25 -0400)
committer
Richard Freeman
<rich0@gentoo.org>
Tue, 19 Apr 2016 11:25:48 +0000
(07:25 -0400)
Package-Manager: portage-2.2.26
media-tv/mythtv/mythtv-0.28.ebuild
patch
|
blob
|
history
diff --git
a/media-tv/mythtv/mythtv-0.28.ebuild
b/media-tv/mythtv/mythtv-0.28.ebuild
index 467d7d48e2331cb1e7886b3581f59c6ac89435c6..e87b4cc019336f29b5ec956db14b25d4902346e4 100644
(file)
--- 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"
}