View | Details | Raw Unified | Return to bug 161417 | Differences between
and this patch

Collapse All | Expand All

(-)devel/boost-libs/files/patch-iconv (+11 lines)
Added Link Here
1
--- libs/locale/src/util/iconv.hpp~
2
+++ libs/locale/src/util/iconv.hpp
3
@@ -9,6 +9,8 @@
4
 #define BOOST_LOCALE_ICONV_FIXER_HPP
5
 
6
 #include <iconv.h>
7
+#undef iconv
8
+#define iconv libiconv
9
 
10
 namespace boost {
11
     namespace locale {

Return to bug 161417