diff options
author | tobik <tobik@FreeBSD.org> | 2018-08-30 20:10:49 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-08-30 20:10:49 +0800 |
commit | 8219bd6a68b878a4fb8b4ee54d60d94666210e7b (patch) | |
tree | 46100bb2d2c1d508df9b64674f547e2b183e1fb3 /comms | |
parent | 372c970e739af5db9d4d955fbd425823efe7dd98 (diff) | |
download | freebsd-ports-gnome-8219bd6a68b878a4fb8b4ee54d60d94666210e7b.tar.gz freebsd-ports-gnome-8219bd6a68b878a4fb8b4ee54d60d94666210e7b.tar.zst freebsd-ports-gnome-8219bd6a68b878a4fb8b4ee54d60d94666210e7b.zip |
misc/linm: Fix build with Clang 6
In file included from mlsdialog.cpp:1:
./mlsdialog.h:30:10: error: cannot initialize return object of type 'void *' with an rvalue of type 'bool'
return false;
^~~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/linm-0.8.1.1_5.log
- Fix build on 12.0 too; it fails to link and seems to want iconv
from ports for the //TRANSLIT extension
/usr/bin/ld: error: undefined symbol: libiconv_open
>>> referenced by mlslocale.cpp
>>> mlslocale.o:(MLSUTIL::code_convert(char const*, char const*, char const*)) in archive ../../lib/libmlscommon.a
Diffstat (limited to 'comms')
0 files changed, 0 insertions, 0 deletions