commit: 9d1ec23e9cac2d3ea525f4365579651af187dfab
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sat Jul 21 00:43:26 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:18:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1ec23e
x11-drivers/xf86-input-libinput: add --disable-selective-werror
Package-Manager: Portage-2.3.43, Repoman-2.3.10
x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild | 7 +++++++
x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
index b3ca6c70ccb..401446b857d 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
@@ -44,6 +44,13 @@ src_prepare() {
[[ ${PV} == 9999 ]] && eautoreconf
}
+src_configure() {
+ local econfargs=(
+ --disable-selective-werror
+ )
+ econf "${econfargs[@]}"
+}
+
src_install() {
default
find "${D}" -name '*.la' -delete || die
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild
b/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild
index b3ca6c70ccb..401446b857d 100644
--- a/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild
@@ -44,6 +44,13 @@ src_prepare() {
[[ ${PV} == 9999 ]] && eautoreconf
}
+src_configure() {
+ local econfargs=(
+ --disable-selective-werror
+ )
+ econf "${econfargs[@]}"
+}
+
src_install() {
default
find "${D}" -name '*.la' -delete || die