Date: Wed, 08 Dec 2021 10:31:51 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 260024] x11-toolkits/granite: Update to 6.2.0 Message-ID: <bug-260024-39348-4YD6WO8J4s@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260024-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-260024-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=3D260024 Adriaan de Groot <adridg@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adridg@freebsd.org Status|New |In Progress --- Comment #2 from Adriaan de Groot <adridg@freebsd.org> --- The `-O3` comes from meson, and would have to be patched there. But CFLAGS = are respected; you end up with (here I added `-DWIBBLE` to CFLAGS) command-line flags like this: ``` -w -O3 '-DGETTEXT_PACKAGE=3D"granite"' -O2 -pipe -DWIBBLE ``` It is not documented whether later `-O` arguments prevail over earlier ones. --=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-260024-39348-4YD6WO8J4s>