From c3323b345d1abd76aa12537582c06f037a6a8e7a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 Apr 2015 07:34:03 +0200 Subject: [PATCH] libXext: unbreak musl cross compilation (close #1399). --- srcpkgs/libXext/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libXext/template b/srcpkgs/libXext/template index aa1422a6c13..9572af79803 100644 --- a/srcpkgs/libXext/template +++ b/srcpkgs/libXext/template @@ -1,8 +1,9 @@ # Template build file for 'libXext'. pkgname=libXext version=1.3.3 -revision=1 +revision=2 build_style=gnu-configure +configure_args="--enable-malloc0returnsnull" hostmakedepends="pkg-config" makedepends="xextproto libX11-devel" short_desc="X Extension library"