From f8ce65842915d39757b0881a6256632f363b1099 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 4 Apr 2014 18:44:02 +0200 Subject: [PATCH] mono: rebuild for corrected shlib-provides; lib32disabled=yes. --- srcpkgs/mono/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/mono/template b/srcpkgs/mono/template index a2c3fb07ff..58bb37f3aa 100644 --- a/srcpkgs/mono/template +++ b/srcpkgs/mono/template @@ -1,9 +1,11 @@ # Template file for 'mono' pkgname=mono version=3.2.3 -revision=1 +revision=2 patch_args="-Np1" +lib32disabled=yes build_style=gnu-configure +configure_args="--disable-static" # XXX: figure out how to split this up into subpkgs. hostmakedepends="libtool perl" makedepends="zlib-devel libX11-devel libgdiplus-devel"