CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/15 09:24:31
Modified files:
x11/kde/arts3 : Makefile
Added files:
x11/kde/arts3/patches: patch-flow_gsl_gslglib_h
patch-mcop_debug_cc
Log message:
arts3: fix with clang on powerpc
clang does not define _CALL_SYSV, breaking an #ifdef. Remove G_VA_COPY
#ifdef hell taken from an old glib version and define G_VA_COPY as
va_copy(3) instead.
Also remove a trailing whitespace in Makefile.
Improved fix and OK jca@
