1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/ice/files/patch-src::icecpp::config.h
Tilman Keskinoz a3959ef040 Update to 3.0.0
PR:		89193
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
Approved by:	maintainer
2005-11-18 12:25:07 +00:00

13 lines
568 B
C

--- src/icecpp/config.h.orig Thu Sep 22 18:01:13 2005
+++ src/icecpp/config.h Thu Nov 17 10:50:07 2005
@@ -72,7 +72,8 @@
#if defined(_WIN32)
# define WCHAR_TYPE_SIZE 2
#elif (defined(__linux) || defined(__FreeBSD__)) && \
- (defined(__i386) || defined(__x86_64) || defined(__sparc)) || \
+ (defined(__i386) || defined(__x86_64) || defined(__sparc) || \
+ defined(__alpha__) || defined(__powerpc__)) || \
defined (__sun) || defined(__hpux) || defined(__APPLE__) || \
defined(_AIX) || defined(__osf1__)
# define WCHAR_TYPE_SIZE 4