summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2012-10-28 02:51:48 +0100
committer dsomero2012-11-04 16:01:36 +0100
commit99de830f280cbd64db091d81b431c98409c80d6d (patch)
treef1e5b73f5c127f634ca2f3fd68c826d0f294887e
parent0ccec248a89ef00c00e14f6ba2738a8ee1e0f3a1 (diff)
downloadslackbuilds-99de830f280cbd64db091d81b431c98409c80d6d.tar.gz
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>
-rw-r--r--libraries/qt3/qt3.SlackBuild2
-rw-r--r--libraries/qt3/qt3_gcc47.patch10
2 files changed, 1 insertions, 11 deletions
diff --git a/libraries/qt3/qt3.SlackBuild b/libraries/qt3/qt3.SlackBuild
index 379ad3ffc1..743f471555 100644
--- a/libraries/qt3/qt3.SlackBuild
+++ b/libraries/qt3/qt3.SlackBuild
@@ -31,7 +31,7 @@
PRGNAM=qt3
VERSION=${VERSION:-3.3.8b}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
SRCNAM=qt-x11-free
diff --git a/libraries/qt3/qt3_gcc47.patch b/libraries/qt3/qt3_gcc47.patch
index 7a7da6a3a6..753639a14d 100644
--- a/libraries/qt3/qt3_gcc47.patch
+++ b/libraries/qt3/qt3_gcc47.patch
@@ -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 @@