freebsd-ports/devel/ice
Michael Gmelin a0eac7f8c4 Fix 64-bit platform detection for pre C++11 compilers.
In version 3.6.3, Ice started detecting 64 bit platforms by
checking __WORDSIZE. When using C++98/03, __STDC_LIMIT_MACROS isn't
set by default and __WORDSIZE is always set to 32, even if the
required headers weren't included beforehand. Until a proper
fix is available in base (e.g. not setting __WORDSIZE at all if
__STDC_LIMIT_MACROS isn't defined), we detect if C++11 or newer
is used and only rely on __WORDSIZE in this case, otherwise
we fall back to detecting the platform using other macros.

PR:		216609
Reported by:	jbeich
2017-01-30 22:29:23 +00:00
..
files Fix 64-bit platform detection for pre C++11 compilers. 2017-01-30 22:29:23 +00:00
distinfo
Makefile Fix 64-bit platform detection for pre C++11 compilers. 2017-01-30 22:29:23 +00:00
pkg-descr
pkg-message
pkg-plist