From e494a3dd3ef4e2aa6bcffb3a709f1615e92d3a3c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Oct 2017 09:07:22 +0200 Subject: [PATCH] libXres: --enable-malloc0returnsnull to unbreak cross compilation. --- srcpkgs/libXres/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libXres/template b/srcpkgs/libXres/template index fa3d195d150..f31154a0778 100644 --- a/srcpkgs/libXres/template +++ b/srcpkgs/libXres/template @@ -3,6 +3,7 @@ pkgname=libXres version=1.2.0 revision=1 build_style=gnu-configure +configure_args="--enable-malloc0returnsnull" hostmakedepends="pkg-config" makedepends="resourceproto libXext-devel" short_desc="X Resource Information Extension Library"