freebsd-ports/graphics/tulip/files/patch-software-tulip-src_main.cpp
2014-04-22 11:41:18 +00:00

12 lines
262 B
C++

--- 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