summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-09-09 13:52:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-09-09 13:53:37 +0200
commit69173d11883245ad583d05d72dc78791a30642ab (patch)
tree8791c759e9cb7c40eb0b6474324f4d25a58c0353 /kde-apps/step/step-17.04.3.ebuild
parentx11-misc/xdg-user-dirs-gtk: stable 0.10-r1 for ia64, bug #630360 (diff)
downloadgentoo-69173d11883245ad583d05d72dc78791a30642ab.tar.gz
gentoo-69173d11883245ad583d05d72dc78791a30642ab.tar.bz2
gentoo-69173d11883245ad583d05d72dc78791a30642ab.zip
kde-apps/step: Fix configure with USE=-nls
Make missing 'po' subdirectory non-fatal. Reported-by: Jaak Ristioja <jaak@ristioja.ee> Gentoo-bug: 618556 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'kde-apps/step/step-17.04.3.ebuild')
-rw-r--r--kde-apps/step/step-17.04.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-apps/step/step-17.04.3.ebuild b/kde-apps/step/step-17.04.3.ebuild
index a3ae4689c4e2..2e931e803aa0 100644
--- a/kde-apps/step/step-17.04.3.ebuild
+++ b/kde-apps/step/step-17.04.3.ebuild
@@ -49,6 +49,10 @@ DEPEND="${RDEPEND}
src_prepare() {
kde5_src_prepare
+ # FIXME: Should be upstream in 17.08.2
+ sed -e 's/add_subdirectory( *po *)/ecm_optional_add_subdirectory(po)/' \
+ -i CMakeLists.txt || die
+
# FIXME: Drop duplicate upstream
sed -e '/find_package.*Xml Test/ s/^/#/' \
-i stepcore/CMakeLists.txt || die