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
Unknown Object (File)
Thu, Jan 23, 7:27 PM
Unknown Object (File)
Oct 22 2024, 11:24 AM
Unknown Object (File)
Oct 11 2024, 6:25 PM
Unknown Object (File)
Oct 7 2024, 9:33 AM
Unknown Object (File)
Sep 23 2024, 5:44 AM
Unknown Object (File)
Sep 1 2024, 7:18 PM
Unknown Object (File)
Aug 24 2024, 3:10 AM
Unknown Object (File)
Aug 18 2024, 4:10 PM
Subscribers
None

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

graphics/photoflow/Makefile
33 ↗(On Diff #60865)

What does this do exactly?

graphics/photoflow/Makefile
33 ↗(On Diff #60865)

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 ↗(On Diff #60865)

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