summaryrefslogtreecommitdiff
path: root/app-text/pinfo/pinfo-99999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /app-text/pinfo/pinfo-99999.ebuild
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'app-text/pinfo/pinfo-99999.ebuild')
-rw-r--r--app-text/pinfo/pinfo-99999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild
index 697760bc7fca..94bcef91cbb1 100644
--- a/app-text/pinfo/pinfo-99999.ebuild
+++ b/app-text/pinfo/pinfo-99999.ebuild
@@ -29,11 +29,13 @@ DEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
"${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
- "${FILESDIR}"/${PN}-0.6.13-fno-common.patch
)
src_prepare() {
default
+
+ sed -i -e 's| -Werror||g' configure.ac || die
+
eautoreconf
}