K 10 svn:author V 6 jbeich K 8 svn:date V 27 2016-11-30T11:30:20.680409Z K 7 svn:log V 420 multimedia/sabbu: unbreak with libc++ 3.9 util.cpp:526:12: error: assigning to 'char *' from incompatible type 'const char *' msgval = strrchr (msgid, '|'); ^ ~~~~~~~~~~~~~~~~~~~~ util.cpp:539:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *msgval = strrchr(msgid, '|'); ^ ~~~~~~~~~~~~~~~~~~~ PR: 214652 Approved by: portmgr blanket END