From e6f3f1a29d83f16f5943df710ecda579a88b4562 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Dec 2022 15:28:28 +0100 Subject: [PATCH] pixman, disable static library (#7654) --- x11-libs/pixman/pixman-0.38.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/pixman/pixman-0.38.4.recipe b/x11-libs/pixman/pixman-0.38.4.recipe index 3be788430..522a118f3 100644 --- a/x11-libs/pixman/pixman-0.38.4.recipe +++ b/x11-libs/pixman/pixman-0.38.4.recipe @@ -10,7 +10,7 @@ COPYRIGHT="1987-1998 The Open Group 2009-2010 Nokia Corporation and many others" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://cairographics.org/releases/pixman-$portVersion.tar.gz" CHECKSUM_SHA256="da66d6fd6e40aee70f7bd02e4f8f76fc3f006ec879d346bae6a723025cfbdde7" @@ -47,7 +47,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }