From 87ec8c0b9aae8062a4631bbc3de3d20386062821 Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 22 Nov 2017 02:01:53 +0300 Subject: [PATCH] libx11: disable building of 30 MB libx11.a --- x11-libs/libx11/libx11-1.6.5.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/libx11/libx11-1.6.5.recipe b/x11-libs/libx11/libx11-1.6.5.recipe index 372a78edf..a08267152 100644 --- a/x11-libs/libx11/libx11-1.6.5.recipe +++ b/x11-libs/libx11/libx11-1.6.5.recipe @@ -66,7 +66,7 @@ COPYRIGHT="2003-2006,2008 Jamey Sharp, Josh Triplett " # TODO: check all the licenses in the COPYING file in the next century. LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://www.x.org/releases/individual/lib/libX11-$portVersion.tar.gz" CHECKSUM_SHA256="3abce972ba62620611fab5b404dafb852da3da54e7c287831c30863011d28fb3" SOURCE_DIR="libX11-$portVersion" @@ -130,7 +130,7 @@ BUILD() libtoolize --force --copy --install autoreconf -i # --disable-selective-werror else makekeys does not even reach main() - runConfigure ./configure --disable-selective-werror + runConfigure ./configure --disable-selective-werror --enable-static=no make $jobArgs }