diff options
author | gerald <gerald@FreeBSD.org> | 2013-09-07 02:11:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-09-07 02:11:06 +0800 |
commit | 4c68201ad36263935b34ba2c3242775a361f99a0 (patch) | |
tree | 88ebfd8adb1e7ec75c7bad41d2e17b44805faf27 /devel | |
parent | adf2830fecff4e9a2c90f414e93b740e98a2ad7b (diff) | |
download | freebsd-ports-gnome-4c68201ad36263935b34ba2c3242775a361f99a0.tar.gz freebsd-ports-gnome-4c68201ad36263935b34ba2c3242775a361f99a0.tar.zst freebsd-ports-gnome-4c68201ad36263935b34ba2c3242775a361f99a0.zip |
Work around a bug in libcpp that pulls in the optional system iconv
if present (even if the libiconv port is present) and fails using that.
The issue is that /usr/include/iconv.h has #include <stdbool.h> which
in turn, since both are included very late in the game, conflicts with
similar definintions by libcpp itself.
libstdc++ does not seem to require adjustments, so PR 161417 may not
be relevant in full.
PR: 161417
Diffstat (limited to 'devel')
0 files changed, 0 insertions, 0 deletions