Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2023 06:13:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 271472] graphics/gdk-pixbuf2: Fails to build with TIFF option disabled
Message-ID:  <bug-271472-39348-4UQiQolCLW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271472-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271472-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271472

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

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D77005af64c4a0166929192f6b7c461a=
e54f374ff

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=3D       bar
    instead of
            FOO_MESON_ENABLED=3D      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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271472-39348-4UQiQolCLW>