summaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-software-tulip-src_main.cpp
blob: 44e54e6071a5d6fb74b50a32ff044653aa6eb918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- software/tulip/src/main.cpp.orig	2014-04-18 11:56:26.000000000 +0200
+++ software/tulip/src/main.cpp	2014-04-18 11:56:38.000000000 +0200
@@ -119,7 +119,9 @@
 }
 
 int main(int argc, char **argv) {
+#ifndef __FreeBSD__
   start_crash_handler();
+#endif