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-include::IceUtil::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 'devel/ice/files/patch-include::IceUtil::Config.h')
-rw-r--r-- | devel/ice/files/patch-include::IceUtil::Config.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/ice/files/patch-include::IceUtil::Config.h b/devel/ice/files/patch-include::IceUtil::Config.h deleted file mode 100644 index 235ee4e818be..000000000000 --- a/devel/ice/files/patch-include::IceUtil::Config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/IceUtil/Config.h.orig Thu Jul 22 01:21:08 2004 -+++ include/IceUtil/Config.h Tue Jul 27 16:16:48 2004 -@@ -16,7 +16,7 @@ - // Most CPUs support only one endianness, with the notable exceptions - // of Itanium (IA64) and MIPS. - // --#if defined(__i386) || defined(_M_IX86) || defined (__x86_64) -+#if defined(__i386) || defined(_M_IX86) || defined (__x86_64) || defined(__alpha__) - # define ICE_LITTLE_ENDIAN - #elif defined(__sparc) || defined(__sparc__) || defined(__hppa) || defined(__ppc__) || defined(_ARCH_COM) - # define ICE_BIG_ENDIAN |