summaryrefslogtreecommitdiff
path: root/devel/qt5-linguist/files/patch-src__src.pro
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2018-09-25 19:33:09 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2018-09-25 19:33:09 +0000
commitae43c5e5784010820e049e89aa3e716b17a580b2 (patch)
tree165cf8790b0a8ef8a6803b035e4d0736766276a3 /devel/qt5-linguist/files/patch-src__src.pro
parentscience/bagel: Remove the unnecessary line. (diff)
Fix build error on archs where 'unsigned long' is 32bit (tested on i386):
Source/Core/Core/NetPlayClient.cpp:1218:12: error: invalid operands to binary expression ('sf::Packet' and 'unsigned long') Ask lzo/lzodefs.h to prefer 'unsigned int' for type lzo_uint32_t (lzo_uint32e_t) over 'unsigned long int' because SFML's Packet& operator >>() cannot handle 'unsigned long int' as argument (see SFML/Network/Packet.hpp). It can accept a Uint32 reference, which is defined as an 'unsigned int' reference via SFML/Config.hpp. Also, set forgotten requirement for c++17-lang.
Notes
Notes: svn path=/head/; revision=480690
Diffstat (limited to 'devel/qt5-linguist/files/patch-src__src.pro')
0 files changed, 0 insertions, 0 deletions