CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/22 10:53:20
Added files:
audio/fluidsynth/patches: patch-src_utils_fluidsynth_priv_h
Log message:
fluidsynth: fix the build with clang on powerpc
Unlike gcc, clang defines __POWERPC__ and as such wants to include a
non-existing header. Bring back gcc's behaviour by deleting the
troublesome #ifdef.
OK sthen@
