diff options
Diffstat (limited to 'sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild')
-rw-r--r-- | sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild index 6d719d8985b6..eeb67dd08529 100644 --- a/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild +++ b/sys-auth/pam_u2f/pam_u2f-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,10 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" + "${FILESDIR}/${PN}-1.1.0-include-limits_h.patch" +) src_prepare() { default |