diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-12 18:31:57 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-13 15:56:18 -0500 |
commit | 555a5012b315dc6c087ab98b1a6badce53a55654 (patch) | |
tree | 128e78e596bb68781e1a3b106f3ddb935ae5c1e9 /sys-fs | |
parent | dev-util/cpputest: drop old (diff) | |
download | gentoo-555a5012b315dc6c087ab98b1a6badce53a55654.tar.gz gentoo-555a5012b315dc6c087ab98b1a6badce53a55654.tar.bz2 gentoo-555a5012b315dc6c087ab98b1a6badce53a55654.zip |
sys-fs/clamfs: don't use Werror
Closes: https://bugs.gentoo.org/754180
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18233
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/clamfs/clamfs-1.2.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/clamfs/clamfs-1.2.0.ebuild b/sys-fs/clamfs/clamfs-1.2.0.ebuild index af8952ff74bc..c7a90b3a7d45 100644 --- a/sys-fs/clamfs/clamfs-1.2.0.ebuild +++ b/sys-fs/clamfs/clamfs-1.2.0.ebuild @@ -22,6 +22,8 @@ RDEPEND="${DEPEND} CONFIG_CHECK="~FUSE_FS" src_prepare() { + # Do not use Werror ( #754180 ) + sed -i 's/\-Werror//g' configure.ac || die "Sed failed" default eautoreconf } |