diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-05-01 19:36:00 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-05-01 19:36:00 +0000 |
commit | ec0d38f47ac595bb5a8fc3f3cab2b424001ffcf2 (patch) | |
tree | f7e102faf76d5efaca83e7bbdb7a9f567911ed9a /chinese | |
parent | d96dc23c07682fa8cad20924f58ee35f97986633 (diff) |
chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
In file included from src/setup.cc:9:
In file included from include/rime/module.h:13:
include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'
Reported by: pkg-fallout
Approved by: portmgr blanket
MFH: 2015Q2
Notes
Notes:
svn path=/head/; revision=385143
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/librime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index b76aabb88188..e3e23a79d170 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libopencc.so:${PORTSDIR}/chinese/opencc \ libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp -USES= cmake compiler:c++11-lang pkgconfig gettext perl5 +USES= cmake compiler:c++11-lib pkgconfig gettext perl5 USE_PERL5= build patch USE_LDCONFIG= yes USE_XORG= xproto |