summaryrefslogtreecommitdiff
path: root/system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2012-02-12 17:45:18 -0600
committerNiels Horn <niels.horn@slackbuilds.org>2012-02-18 09:12:29 -0200
commitd2e2932320d8598a528a3f8b10c8e3f4571ee0e1 (patch)
treeeabf4ac79df81756531ccf468a71e28ad80c7a11 /system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch
parent3a39822712240010fd4bb25ccbf58c06117cad73 (diff)
downloadslackbuilds-d2e2932320d8598a528a3f8b10c8e3f4571ee0e1.tar.gz
system/aqemu: Add some patches from git (including qemu-1.0 support)
Signed-off-by: Leo Midha <netrixtardis@stealth3.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch')
-rw-r--r--system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch b/system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch
new file mode 100644
index 0000000000..32e9afb331
--- /dev/null
+++ b/system/aqemu/patches/0004-Fix-build-error-on-Qt-4.8.patch
@@ -0,0 +1,27 @@
+From 9b21d88a4f4a681f9e80c11e83e81c976e0fc91e Mon Sep 17 00:00:00 2001
+From: Andrey Rijov <rdron@users.sourceforge.net>
+Date: Sat, 29 Oct 2011 10:20:32 +0400
+Subject: [PATCH 4/7] Fix build error on Qt 4.8
+
+---
+ Embedded_Display/vncview.cpp | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Embedded_Display/vncview.cpp b/Embedded_Display/vncview.cpp
+index 9e105c9..0be5944 100644
+--- a/Embedded_Display/vncview.cpp
++++ b/Embedded_Display/vncview.cpp
+@@ -27,8 +27,8 @@
+ #include <QMessageBox>
+ #include <QInputDialog>
+ #define KMessageBox QMessageBox
+- #define error(parent, message, caption) \
+- critical(parent, caption, message)
++/* #define error(parent, message, caption) \
++ critical(parent, caption, message)*/
+ #else
+ #include "settings.h"
+ #include <KActionCollection>
+--
+1.7.8.3
+