Created attachment 206505 [details] patch This port passes -march flags which are bad for users using packages. Also merge https://github.com/aferrero2707/PhotoFlow/commit/0c79ee254eab9e4a44c7aeca9e43dc7990f14dd8#diff-2d5c4ed90f403ec79d56bb0af37dac07 and https://github.com/aferrero2707/PhotoFlow/commit/84c19b68d7a38dcf4877e7762303fb1841f33d3b#diff-2d5c4ed90f403ec79d56bb0af37dac07 for compatibility with GCC 9.
A commit references this bug: Author: pkubaj Date: Wed Aug 28 19:24:52 UTC 2019 New revision: 510094 URL: https://svnweb.freebsd.org/changeset/ports/510094 Log: graphics/photoflow: fix build on GCC architectures, don't optimize for builder CPU This port passes -march flags which are bad for users using packages. Also merge https://github.com/aferrero2707/PhotoFlow/commit/0c79ee254eab9e4a44c7aeca9e43dc7990f14dd8#diff-2d5c4ed90f403ec79d56bb0af37dac07 and https://github.com/aferrero2707/PhotoFlow/commit/84c19b68d7a38dcf4877e7762303fb1841f33d3b#diff-2d5c4ed90f403ec79d56bb0af37dac07 for compatibility with GCC 9. PR: 239833 Approved by: yuri (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21285 Changes: head/graphics/photoflow/Makefile head/graphics/photoflow/files/patch-src_CMakeLists.txt head/graphics/photoflow/files/patch-src_external_rawspeed_src_librawspeed_common_Mutex.h