1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add patch from upstream to fix build on i386

Reported by:	erwin/pointyhat
This commit is contained in:
Max Brazhnikov 2011-10-31 14:06:05 +00:00
parent 148f5da423
commit 29b7d4567c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284785

View File

@ -0,0 +1,11 @@
--- ./src/widgets/cclineedit.cpp 2011/08/31 19:42:34 1250623
+++ ./src/widgets/cclineedit.cpp 2011/09/02 16:27:48 1250995
@@ -582,7 +582,7 @@
}
#define SIZE_LIMITED_NAME sizeLimitedName( (_cc&&_cc->_tableView)?_cc->_tableView->font():QFont(), \
- (_cc&&_cc->_tableView)? ((_cc->_tableView->width()/2-50)): 900000000000)
+ (_cc&&_cc->_tableView)? ((_cc->_tableView->width()/2-50)): INT_MAX)
void SVCCLineEdit::fillKstObjects()
{