From 278a005d2e65f5bb559ae48594fd999180d48222 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Jun 2011 22:59:02 +0200 Subject: [PATCH] btrfs-progs: some warnings are now errors with gcc-4.6, use -Wno-error. --- srcpkgs/btrfs-progs/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template index 634680ccec6..dc4e28c2113 100644 --- a/srcpkgs/btrfs-progs/template +++ b/srcpkgs/btrfs-progs/template @@ -3,6 +3,7 @@ pkgname=btrfs-progs version=20101110 distfiles="http://xbps.nopcode.org/distfiles/$pkgname-$version.tar.gz" build_style=gnu_makefile +make_build_args="CFLAGS=-Wno-error" make_install_args="prefix=/usr bindir=/sbin mandir=/usr/share/man" short_desc="Btrfs filesystem utilities" maintainer="Juan RP "