CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/04/28 16:35:24
Modified files:
audio/milkytracker: Makefile
Added files:
audio/milkytracker/patches: patch-src_ppui_fastfill_h
Log message:
milkytracker: fix the build with clang on powerpc
clang defines __ppc__, unlike ports-gcc that was used previously, and
tries to make use of obsoleted Darwin (Mac OS X) flavored assembly code.
Use the C code instead, until upstream decides what to do about this.
Thanks a lot to gkoehler@ for further precisions!
While here, move HOMEPAGE to https.
OK bcallah@