summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-software_tulip_src_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tulip/files/patch-software_tulip_src_main.cpp')
-rw-r--r--graphics/tulip/files/patch-software_tulip_src_main.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/tulip/files/patch-software_tulip_src_main.cpp b/graphics/tulip/files/patch-software_tulip_src_main.cpp
deleted file mode 100644
index a6b9295937b1..000000000000
--- a/graphics/tulip/files/patch-software_tulip_src_main.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- software/tulip/src/main.cpp.orig 2016-07-07 20:15:40 UTC
-+++ software/tulip/src/main.cpp
-@@ -124,7 +124,9 @@ void checkTulipRunning(const QString& pe
- }
-
- int main(int argc, char **argv) {
-+#ifndef __FreeBSD__
- CrashHandling::installCrashHandler();
-+#endif
-
- QApplication tulip_agent(argc, argv);
- QString name("Tulip ");