- 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
13 lines
294 B
C++
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
|