K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-04T06:00:41.847352Z K 7 svn:log V 500 audio/csound: use libc++ and unbreak with gcc5 or later $ ldd $(which csound5gui) | fgrep c++ libc++.so.1 => /usr/lib/libc++.so.1 (0x803309000) libstdc++.so.6 => /usr/local/lib/gcc49/libstdc++.so.6 (0x803a22000) libcsound64.so.5: undefined reference to `csp_dag_is_finished' libcsound64.so.5: undefined reference to `csp_set_count' libcsound64.so.5: undefined reference to `csp_set_get_num' collect2: error: ld returned 1 exit status PR: 216707 Reported by: antoine (via exp-run) END