[Bug 216707] exp-run: Update lang/gcc from GCC 4.9 to GCC 5
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 4 06:01:11 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216707
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: jbeich
Date: Sat Feb 4 06:00:42 UTC 2017
New revision: 433280
URL: https://svnweb.freebsd.org/changeset/ports/433280
Log:
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)
Changes:
head/audio/csound/Makefile
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list