From f418fbcab58c4819da85422b4b05b8690c704463 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 18 Mar 2025 12:24:27 +1000 Subject: [PATCH] babl: disable avx2 --- media-libs/babl/babl-0.1.112.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/babl/babl-0.1.112.recipe b/media-libs/babl/babl-0.1.112.recipe index 62bfed28b..9ae918435 100644 --- a/media-libs/babl/babl-0.1.112.recipe +++ b/media-libs/babl/babl-0.1.112.recipe @@ -10,7 +10,7 @@ as well as the framework to add new color models, spaces and data types." HOMEPAGE="https://gegl.org/babl/" COPYRIGHT="Øyvind Kolås" LICENSE="GNU LGPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gimp.org/pub/babl/0.1/babl-$portVersion.tar.xz" CHECKSUM_SHA256="fb696682421787c8fecc83e8aab48121dec8ee38d119b65291cfcbe315028a79" @@ -60,6 +60,7 @@ BUILD() --includedir=$includeDir \ --sysconfdir=$settingsDir \ -Dwith-docs=false \ + -Denable-avx2=false \ build cd build