[Bug 260024] x11-toolkits/granite: Update to 6.2.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 260024] x11-toolkits/granite: Update to 6.2.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Dec 2021 10:31:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260024 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="granite"' -O2 -pipe -DWIBBLE ``` It is not documented whether later `-O` arguments prevail over earlier ones. -- You are receiving this mail because: You are the assignee for the bug.