[Bug 271472] graphics/gdk-pixbuf2: Fails to build with TIFF option disabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 19 May 2023 06:13:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271472

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=77005af64c4a0166929192f6b7c461ae54f374ff

commit 77005af64c4a0166929192f6b7c461ae54f374ff
Author:     Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2023-05-19 06:11:44 +0000
Commit:     Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2023-05-19 06:13:18 +0000

    graphics/gdk-pixbuf2: fix option variables

    The Makefile was using
            FOO_MESON_ENABLE=       bar
    instead of
            FOO_MESON_ENABLED=      bar
    so those values were never passed to meson in the first place.

    PR:             271472

 graphics/gdk-pixbuf2/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.