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)
Sat, Apr 20, 3:51 PM
Unknown Object (File)
Mar 22 2024, 2:33 PM
Unknown Object (File)
Mar 7 2024, 12:24 AM
Unknown Object (File)
Jan 29 2024, 8:48 PM
Unknown Object (File)
Jan 15 2024, 4:12 PM
Unknown Object (File)
Dec 27 2023, 11:36 PM
Unknown Object (File)
Dec 23 2023, 12:17 PM
Unknown Object (File)
Dec 6 2023, 7:25 PM
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