From a86aef4bb9f0214ac3b807e82566a6e3f2b3e9e4 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 4 Jan 2023 16:20:38 +0100 Subject: [PATCH] libXt, disable static library (#7723) --- x11-libs/libxt/libxt-1.2.0.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libxt/libxt-1.2.0.recipe b/x11-libs/libxt/libxt-1.2.0.recipe index 3a5cef1fc..e6af3f962 100644 --- a/x11-libs/libxt/libxt-1.2.0.recipe +++ b/x11-libs/libxt/libxt-1.2.0.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1993, 1994 X Consortium 1993, 2011, Oracle and/or its affiliates 2001, 2003 Keith Packard" LICENSE="MIT (no promotion)" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.x.org/releases/individual/lib/libXt-$portVersion.tar.bz2" CHECKSUM_SHA256="b31df531dabed9f4611fc8980bc51d7782967e2aff44c4105251a1acb5a77831" SOURCE_DIR="libXt-$portVersion" @@ -77,6 +77,7 @@ BUILD() autoreconf -vfi runConfigure --omit-dirs docDir ./configure \ --docdir=$developDocDir \ + --disable-static \ --disable-selective-werror make $jobArgs }