summaryrefslogtreecommitdiff
path: root/debian/patches/0001-Disable-ultimate-build.patch
blob: 7fec183783ddbb4f54c1fa0c79ae1eaa5866bd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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