diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-30 11:30:20 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-30 11:30:20 +0000 |
commit | c8c7fc2cd8b5938b94a1ba8662eb19bfad5d33ba (patch) | |
tree | 9772c11c1334593d644b24bd90edbf4ad5903660 /archivers/py-borgbackup | |
parent | 4661c0b5814e983a3857795068e06d5f5b33776f (diff) |
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
Notes
Notes:
svn path=/head/; revision=427419
Diffstat (limited to 'archivers/py-borgbackup')
0 files changed, 0 insertions, 0 deletions