diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-14 22:28:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-14 22:28:54 +0000 |
commit | f0000681746c861b50020b459d0d0d2cfcf0be8a (patch) | |
tree | dd2fbbcf910a8c52a3002fd51e90860107f237a9 /devel/ice/files/patch-IconvStringConverter.h | |
parent | Enable the img_resample (old) code even if ffmpeg is built with libswscale (diff) |
- Update to 3.3.0
PR: 126195 126197 126198
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=218562
Diffstat (limited to 'devel/ice/files/patch-IconvStringConverter.h')
-rw-r--r-- | devel/ice/files/patch-IconvStringConverter.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ice/files/patch-IconvStringConverter.h b/devel/ice/files/patch-IconvStringConverter.h new file mode 100644 index 000000000000..454f9e8bf99d --- /dev/null +++ b/devel/ice/files/patch-IconvStringConverter.h @@ -0,0 +1,11 @@ +--- cpp/include/Ice/IconvStringConverter.h.orig 2008-05-22 19:27:55.000000000 +0200 ++++ cpp/include/Ice/IconvStringConverter.h 2008-05-22 19:28:22.000000000 +0200 +@@ -19,7 +19,7 @@ + #include <langinfo.h> + #endif + +-#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B) || (defined(__sun) && !defined(_XPG6)) ++#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B) || (defined(__sun) && !defined(_XPG6)) || defined(__FreeBSD__) + // + // See http://sourceware.org/bugzilla/show_bug.cgi?id=2962 + // |