[Bug 213768] editors/libreoffice: Fix build with lang/gcc5 on 11.0-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 30 03:17:38 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213768

--- Comment #23 from Kenneth Salerno <kennethsalerno at yahoo.com> ---
(In reply to Jung-uk Kim from comment #20)
I gave it some thought and realized I am being lazy and should submit a patch
to the individual files only where necessary - it is only in five places
anyway.

You are right that I should not ram cstdio into every source file, it could
even potentially increase the executable size if the linker is not discarding
unused symbols.

I will also make sure to surround anything I am adding in #if (__GNUC__ == 5 &&
__GNUC_MINOR__ == 4)

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


More information about the freebsd-office mailing list