Page MenuHomeFreeBSD

graphics/photoflow: fix build on GCC architectures, don't optimize for builder CPU
ClosedPublic

Authored by pkubaj on Aug 16 2019, 1:53 AM.
Tags
None
Referenced Files
F170038496: D21285.id.diff
Thu, Sep 3, 8:04 AM
F170007147: D21285.id60865.diff
Thu, Sep 3, 5:55 AM
Unknown Object (File)
Tue, Sep 1, 12:46 PM
Unknown Object (File)
Tue, Sep 1, 10:25 AM
Unknown Object (File)
Tue, Sep 1, 7:21 AM
Unknown Object (File)
Tue, Sep 1, 3:23 AM
Unknown Object (File)
Sun, Aug 30, 9:06 AM
Unknown Object (File)
Sun, Aug 30, 6:31 AM
Subscribers
None

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26086
Build 24620: arc lint + arc unit

Event Timeline

graphics/photoflow/Makefile
33

What does this do exactly?

graphics/photoflow/Makefile
33

Without this enabled, some staticly linked dependencies are optimized by default to the host CPU.

Since it's fine to do it when installing manually from the ports tree, I only disable it when using Poudriere.

graphics/photoflow/Makefile
33

Then please add a comment saying so.

pkubaj marked an inline comment as done.

Add a comment with explanation.

This revision is now accepted and ready to land.Aug 27 2019, 10:13 PM