From 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:26:14 +0000 Subject: gentoo resync : 14.12.2020 --- dev-util/dwdiff/dwdiff-2.1.2.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-util/dwdiff/dwdiff-2.1.2.ebuild') diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild b/dev-util/dwdiff/dwdiff-2.1.2.ebuild index 0ed5a821f25a..5c70c554fffb 100644 --- a/dev-util/dwdiff/dwdiff-2.1.2.ebuild +++ b/dev-util/dwdiff/dwdiff-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,10 @@ DEPEND=" ${CDEPEND} nls? ( sys-devel/gettext )" +PATCHES=( + "${FILESDIR}/C99-fix.patch" +) + src_prepare() { default @@ -35,7 +39,7 @@ src_prepare() { src_configure() { ./configure \ --prefix=/usr \ - $(use_with nls gettext) + $(use_with nls gettext) || die "./configure error" } src_compile() { -- cgit v1.2.3