summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-05-26 18:36:47 +0200
committerJose <jose@zeroc.com>2016-05-26 18:36:47 +0200
commit5a342be6df4370f047268db349c08a2521f484c8 (patch)
tree93997d7b368709a26b10a5355b101eb41e19865e /cpp/include
parentJava build fixes to better support Debian packaging: (diff)
downloadice-5a342be6df4370f047268db349c08a2521f484c8.tar.bz2
ice-5a342be6df4370f047268db349c08a2521f484c8.tar.xz
ice-5a342be6df4370f047268db349c08a2521f484c8.zip
FreeBSD patches
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/IceUtil/IconvStringConverter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/IconvStringConverter.h b/cpp/include/IceUtil/IconvStringConverter.h
index 4281eb89aff..95a4c4120fd 100644
--- a/cpp/include/IceUtil/IconvStringConverter.h
+++ b/cpp/include/IceUtil/IconvStringConverter.h
@@ -18,7 +18,7 @@
#include <langinfo.h>
#include <string.h> // For strerror
-#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B) || defined(__FreeBSD__)
+#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B)
//
// See http://sourceware.org/bugzilla/show_bug.cgi?id=2962
//