summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2016-11-26 15:38:20 +0100
committerDavid Seifert <soap@gentoo.org>2016-11-26 15:38:43 +0100
commit64b0112f8d0c2ec34c882e3ba486131caea25354 (patch)
treeabd644d98eccfadce6da70b928346a38c92fe5c7 /media-sound
parentsys-fs/btrfs-progs: bump up to 4.8.4 (diff)
downloadgentoo-64b0112f8d0c2ec34c882e3ba486131caea25354.tar.gz
gentoo-64b0112f8d0c2ec34c882e3ba486131caea25354.tar.bz2
gentoo-64b0112f8d0c2ec34c882e3ba486131caea25354.zip
media-sound/ams: Specify moc binary paths in econf call
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ams/ams-2.1.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/ams/ams-2.1.2.ebuild b/media-sound/ams/ams-2.1.2.ebuild
index 0851f37b302d..13f3a9796be0 100644
--- a/media-sound/ams/ams-2.1.2.ebuild
+++ b/media-sound/ams/ams-2.1.2.ebuild
@@ -43,5 +43,7 @@ src_configure() {
econf \
--disable-nsm \
--enable-qt5 \
- MOC="$(qt5_get_bindir)/moc"
+ MOC="$(qt5_get_bindir)/moc" \
+ LUPDATE="$(qt5_get_bindir)/lupdate" \
+ LRELEASE="$(qt5_get_bindir)/lrelease"
}