diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-18 12:25:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-18 12:25:07 +0000 |
commit | a3959ef040e4e2b93f45a115c8e126b00f0853db (patch) | |
tree | 7bb2329c85cfd77224ae42f7d3b15a5bee55e059 /devel/ice/files/patch-src::icecpp::config.h | |
parent | Mark FORBIDDEN due to arbitrary command execution vulnerability in CGI (diff) |
Update to 3.0.0
PR: 89193
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=148718
Diffstat (limited to '')
-rw-r--r-- | devel/ice/files/patch-src::icecpp::config.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/devel/ice/files/patch-src::icecpp::config.h b/devel/ice/files/patch-src::icecpp::config.h index 14c32a505917..32a5bee093a0 100644 --- a/devel/ice/files/patch-src::icecpp::config.h +++ b/devel/ice/files/patch-src::icecpp::config.h @@ -1,11 +1,12 @@ ---- src/icecpp/config.h.orig Wed Feb 16 21:22:23 2005 -+++ src/icecpp/config.h Wed Jun 8 12:28:58 2005 -@@ -56,7 +56,7 @@ - #define LONG_TYPE_SIZE 4 +--- 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)) \ -+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__)) \ - || defined (__sun) || defined(__hpux) || defined(__APPLE__) || defined(_AIX) + #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 - #else |