diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-18 11:34:14 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-18 11:34:14 +0800 |
commit | 1c5c516072ffed351df929a58dc84ab4cebd5fae (patch) | |
tree | c2a31c4846ceccb9ddb72cf333a693844732a1fb /graphics | |
parent | 29be4512a4c6c836b6c1176af3699d0d84b25523 (diff) | |
download | freebsd-ports-gnome-1c5c516072ffed351df929a58dc84ab4cebd5fae.tar.gz freebsd-ports-gnome-1c5c516072ffed351df929a58dc84ab4cebd5fae.tar.zst freebsd-ports-gnome-1c5c516072ffed351df929a58dc84ab4cebd5fae.zip |
multimedia/atomicparsley: unbreak with libc++ 3.9
AtomicParsley.cpp:1450:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char* orig_suffix = strrchr(originating_file, '.');
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4467:10: error: assigning to 'char *' from incompatible type 'const char *'
suffix = strrchr(filePath, '.');
^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4483:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char* file_name = strrchr(filePath, '/');
^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:5009:11: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *'
char* suffix = strrchr(m4aFile, '.');
^ ~~~~~~~~~~~~~~~~~~~~~
PR: 212343
Reported by: antoine (via exp-run)
Diffstat (limited to 'graphics')
0 files changed, 0 insertions, 0 deletions