freebsd-ports/audio/tomahawk/files/patch-src__main.cpp
Nicola Vitale 07771e3208 - Update to 0.7.0
- Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS
- Remove GH_TAGNAME
- Add PORTVERSION to PLIST_SUB
- Remove files/patch-src__libtomahawk__Source.cpp
- Add files/patch-src__libtomahawk__sip__PeerInfo.cpp
2013-06-28 21:24:04 +00:00

13 lines
294 B
C++

--- ./src/main.cpp.orig 2013-06-28 17:15:02.000000000 +0200
+++ ./src/main.cpp 2013-06-28 17:15:16.000000000 +0200
@@ -34,8 +34,10 @@
#ifndef ENABLE_HEADLESS
#include "TomahawkSettingsGui.h"
+#ifdef WITH_BREAKPAD
#include "breakpad/BreakPad.h"
#endif
+#endif
#ifdef Q_OS_WIN