Package-Manager: Portage-2.3.43, Repoman-2.3.10
default
[[ ${PV} == 9999 ]] && eautoreconf
}
+
+src_configure() {
+ local econfargs=(
+ --disable-selective-werror
+ )
+ econf "${econfargs[@]}"
+}
default
[[ ${PV} == 9999 ]] && eautoreconf
}
+
+src_configure() {
+ local econfargs=(
+ --disable-selective-werror
+ )
+ econf "${econfargs[@]}"
+}
default
[[ ${PV} == 9999 ]] && eautoreconf
}
+
+src_configure() {
+ local econfargs=(
+ --disable-selective-werror
+ )
+ econf "${econfargs[@]}"
+}