From 1fd04e1b2e697ea103a529cbdd39cb4c62190bfc Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 1 Feb 2016 15:08:38 +0100 Subject: [PATCH] python-llfuse: unbreak on 32-bit archs. --- srcpkgs/python-llfuse/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index f1beb435ad4..20d86b32fb1 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -18,6 +18,7 @@ checksum=0fa12d2e1d368232601fb3602be6b942b3f60ec00d85cfe91645cf7dcd3a5ab8 post_extract() { sed -i 's/__gnu_linux__/__linux__/g' src/llfuse.h + sed -i '/Werror=conversion/d' setup.py # breaks 32-bit builds } python3.4-llfuse_package() {