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)
Tue, Apr 21, 6:24 AM
Unknown Object (File)
Mon, Apr 20, 4:26 PM
Unknown Object (File)
Sat, Apr 18, 4:01 PM
Unknown Object (File)
Wed, Apr 15, 11:14 PM
Unknown Object (File)
Mar 24 2026, 5:11 PM
Unknown Object (File)
Mar 23 2026, 10:44 PM
Unknown Object (File)
Mar 18 2026, 3:05 AM
Unknown Object (File)
Feb 17 2026, 8:28 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