From f4f1a9b06d8d929626c8e15cf88f8c4b1acacd02 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 30 Apr 2018 16:35:32 +0200 Subject: [PATCH] xbps: compile with no-error --- srcpkgs/xbps/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index dae67ba0b52..1bbce07515e 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.52 -revision=1 +revision=2 bootstrap=yes build_style=configure short_desc="The XBPS package system utilities" @@ -11,6 +11,7 @@ license="2-clause-BSD" distfiles="https://github.com/voidlinux/xbps/archive/$version.tar.gz" checksum=f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551 +CFLAGS='-Wno-error' hostmakedepends="pkg-config" makedepends="zlib-devel libressl-devel libarchive-devel" depends="ca-certificates xbps-triggers"