aboutsummaryrefslogtreecommitdiff
path: root/devel/ice
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-06-08 16:51:58 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-06-08 16:51:58 +0000
commit955eaac86bb7e7c4e091b30e01fd523e46c83cca (patch)
tree54161937011140a2ede6b9a129ed9d840bc7a355 /devel/ice
parent560b355b7c7ca8c194144bd3ccc0734aad4f9f2f (diff)
downloadports-955eaac86bb7e7c4e091b30e01fd523e46c83cca.tar.gz
ports-955eaac86bb7e7c4e091b30e01fd523e46c83cca.zip
Notes
Diffstat (limited to 'devel/ice')
-rw-r--r--devel/ice/files/patch-src::icecpp::config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ice/files/patch-src::icecpp::config.h b/devel/ice/files/patch-src::icecpp::config.h
index edc374064fb8..14c32a505917 100644
--- a/devel/ice/files/patch-src::icecpp::config.h
+++ b/devel/ice/files/patch-src::icecpp::config.h
@@ -5,7 +5,7 @@
#if defined(_WIN32)
# define WCHAR_TYPE_SIZE 2
-#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc)) \
-+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__) \
++#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__)) \
|| defined (__sun) || defined(__hpux) || defined(__APPLE__) || defined(_AIX)
# define WCHAR_TYPE_SIZE 4
#else