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 }