x11-drivers/xf86-input-libinput: add --disable-selective-werror
authorMarty E. Plummer <hanetzer@startmail.com>
Sat, 21 Jul 2018 00:43:26 +0000 (19:43 -0500)
committerMatt Turner <mattst88@gentoo.org>
Fri, 27 Jul 2018 23:18:45 +0000 (16:18 -0700)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

x11-drivers/xf86-input-libinput/xf86-input-libinput-0.28.0.ebuild
x11-drivers/xf86-input-libinput/xf86-input-libinput-9999.ebuild

index b3ca6c70ccb5fa9a849b60cc42b946095bfb1127..401446b857d9ae38962ddb484103ed445367beba 100644 (file)
@@ -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
index b3ca6c70ccb5fa9a849b60cc42b946095bfb1127..401446b857d9ae38962ddb484103ed445367beba 100644 (file)
@@ -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