# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/exact-image/hotfix-no-libgif.patch # Copyright (C) 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- exact-image-1.2.1/configure.vanilla 2025-10-23 12:01:06.952445918 +0200 +++ exact-image-1.2.1/configure 2025-10-23 12:01:16.230967621 +0200 @@ -68,7 +68,7 @@ pkgcheck libheif pkg-config LIBHEIF atleast 1.16 pkgcheck libtiff header LIBTIFF c++ tiffconf.h tiffio.h # tiffio.hxx pkgcheck libpng pkg-config LIBPNG atleast 1.2 -pkgcheck libgif header LIBGIF c++ gif_lib.h +pkgcheck libgif header LIBGIF c++ gif_lib.h.disabled pkgcheck jasper header JASPER c++ jasper/jasper.h if pkgcheck expat header EXPAT c++ expat.h; then # just for the SVG parser var_append EXPATLIBS " " "-lexpat"