summaryrefslogtreecommitdiff
path: root/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild')
-rw-r--r--dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild
index 6f6785d21d9e..f10a930314c9 100644
--- a/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild
+++ b/dev-libs/hidapi/hidapi-0.8.0_rc1_p20140719.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -35,6 +35,8 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+PATCHES=("${FILESDIR}"/${P}-autoconf-2.70.patch)
+
src_prepare() {
if ! use fox; then
sed -i -e 's:PKG_CHECK_MODULES(\[fox\], .*):AC_SUBST(fox_CFLAGS,[ ])AC_SUBST(fox_LIBS,[ ]):' configure.ac || die