summaryrefslogtreecommitdiff
path: root/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-26 00:42:23 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-26 00:42:23 +0000
commit5867852a8e90a31151acdd555a313ce660d4573c (patch)
tree0564255a65f8e6b6ab1bbd5c58c85a686da22345 /packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
parent6e03f54929969450bcc876200c6aabcb7123cbe3 (diff)
parent697b9b92a5931ad9042a282ccc0297c595d46644 (diff)
merge of '909c536d732a709ac1bbe82a546de7dade5fdf07'
and 'dafddd1d044d96ecf2e968c17c56e4f9f332240d'
Diffstat (limited to 'packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch')
-rw-r--r--packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch b/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
deleted file mode 100644
index 24fe1c9bdb..0000000000
--- a/packages/roadmap/zroadmap-1.0.12/qt2-fixes-r1.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#
-# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
-#
-
---- src/qt/qt_main.cc~qt2-fixes-r1.patch
-+++ src/qt/qt_main.cc
-@@ -137,7 +137,7 @@
- switch (orientation[0]) {
- case 't':
- case 'T': break;
--
-+#ifndef QWS
- case 'b':
- case 'B': moveDockWindow (toolBar, DockBottom); break;
-
-@@ -146,7 +146,7 @@
-
- case 'r':
- case 'R': moveDockWindow (toolBar, DockRight); break;
--
-+#endif
- default: roadmap_log (ROADMAP_FATAL,
- "Invalid toolbar orientation %s", orientation);
- }
---- src/qt/Makefile~qt2-fixes-r1.patch
-+++ src/qt/Makefile
-@@ -19,7 +19,7 @@
-
- ifeq ($(DESKTOP),QPE)
- CFLAGS += -I$(QTDIR)/include -DQWS
-- LIBS += -lqte -lqpe
-+ LIBS += -lqpe
- INSTALLDIR=$(QTDIR)
- endif
-