diff options
Diffstat (limited to 'textproc/pecl-cld/files/patch-cld.cc')
-rw-r--r-- | textproc/pecl-cld/files/patch-cld.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/pecl-cld/files/patch-cld.cc b/textproc/pecl-cld/files/patch-cld.cc new file mode 100644 index 000000000000..9d6e93a1d513 --- /dev/null +++ b/textproc/pecl-cld/files/patch-cld.cc @@ -0,0 +1,14 @@ +--- cld.cc.orig 2011-11-15 01:13:43 UTC ++++ cld.cc +@@ -30,8 +30,9 @@ + #include <ctype.h> + #define CLD_WINDOWS + +-#include "encodings/compact_lang_det/compact_lang_det.h" +-#include "encodings/compact_lang_det/ext_lang_enc.h" ++#include "compact_lang_det.h" ++#include "ext_lang_enc.h" ++#include "lang_enc.h" + #include "base/string_util.h" + #include "cld_encodings.h" + |