babl: disable avx2

This commit is contained in:
Gerasim Troeglazov
2025-03-18 12:24:27 +10:00
parent c75ea013d3
commit f418fbcab5

View File

@@ -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