CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/05/18 20:11:08
Modified files:
graphics/mypaint: Makefile
graphics/mypaint/patches: patch-setup_py
Log message:
graphics/mypaint: unbreak build on sparc64
Instead of setting environment variables to "" to avoid passing
-fopenmp to compiler and linker, disable OpenMP in setup.py.
Strangely, clang seems to ignore empty file name arguments on its
command line. However, gcc errors since it tries to access("", F_OK).
ok kmos, pamela (maintainer)