summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Disable-ultimate-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Disable-ultimate-build.patch')
-rw-r--r--debian/patches/0001-Disable-ultimate-build.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/patches/0001-Disable-ultimate-build.patch b/debian/patches/0001-Disable-ultimate-build.patch
new file mode 100644
index 0000000..7fec183
--- /dev/null
+++ b/debian/patches/0001-Disable-ultimate-build.patch
@@ -0,0 +1,30 @@
+From 59774a195bc6b530ccbd9c174e20602451ac1084 Mon Sep 17 00:00:00 2001
+From: Thomas Preud'homme <robotux@celest.fr>
+Date: Fri, 16 Feb 2018 23:09:42 +0000
+Subject: Disable ultimate build
+
+Due to the definition of the ULTRACOPIER_VERSION_ULTIMATE macro in various
+header files, the build produce an ultracopier ultimate and this cannot
+be overridden in the build system. This patch comments out the macro,
+which can then be set from the qmake invocation.
+
+Author: Thomas Preud'homme <robotux@debian.org>
+Forwarded: mailed to ultracopier@first-world.info
+Last-Update: 2018-02-19
+---
+ plugins/Themes/Oxygen/Variable.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/Themes/Oxygen/Variable.h b/plugins/Themes/Oxygen/Variable.h
+index 8b6119b..660346f 100644
+--- a/plugins/Themes/Oxygen/Variable.h
++++ b/plugins/Themes/Oxygen/Variable.h
+@@ -10,7 +10,7 @@
+ //Un-comment this next line to put ultracopier plugin in debug mode
+ #define ULTRACOPIER_PLUGIN_DEBUG
+
+-#define ULTRACOPIER_VERSION_ULTIMATE
++//#define ULTRACOPIER_VERSION_ULTIMATE
+
+ #endif // VARIABLE_H
+