mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/qt3: Fixed build (removed invalid hunk from patch)
Thanks to LukenShiro for the report and Niels Horn for the fix. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0ccec248a8
commit
99de830f28
2 changed files with 1 additions and 11 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
PRGNAM=qt3
|
||||
VERSION=${VERSION:-3.3.8b}
|
||||
BUILD=${BUILD:-3}
|
||||
BUILD=${BUILD:-4}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=qt-x11-free
|
||||
|
|
|
@ -1,13 +1,3 @@
|
|||
--- qt-x11-free-3.3.8b/include/qvaluelist.h 2008-01-15 17:09:13.000000000 -0200
|
||||
+++ qt-x11-free-3.3.8b_patched/include/qvaluelist.h 2012-08-09 12:23:57.000000000 -0300
|
||||
@@ -50,6 +50,7 @@
|
||||
#ifndef QT_NO_STL
|
||||
#include <iterator>
|
||||
#include <list>
|
||||
+#include <cstddef>
|
||||
#endif
|
||||
|
||||
//#define QT_CHECK_VALUELIST_RANGE
|
||||
--- qt-x11-free-3.3.8b/src/tools/qvaluelist.h 2008-01-15 17:09:13.000000000 -0200
|
||||
+++ qt-x11-free-3.3.8b_patched/src/tools/qvaluelist.h 2012-08-09 13:03:09.000000000 -0300
|
||||
@@ -50,6 +50,7 @@
|
||||
|
|
Loading…
Reference in a new issue