Also adds support for GCC 4.9 and CMake 3.x. Problem with CMake 3.x noticed by landry@, fix from upstream repo via dcoppa@
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
$OpenBSD: patch-src_internet_spotifyblobdownloader_cpp,v 1.2 2014/09/11 09:02:13 zhuk Exp $
|
|
include unistd.h for symlink()
|
|
--- src/internet/spotifyblobdownloader.cpp.orig Wed Apr 23 14:16:44 2014
|
|
+++ src/internet/spotifyblobdownloader.cpp Thu Sep 11 11:24:16 2014
|
|
@@ -23,6 +23,7 @@
|
|
#include "core/network.h"
|
|
#include "core/utilities.h"
|
|
|
|
+#include <unistd.h>
|
|
#include <QCoreApplication>
|
|
#include <QDir>
|
|
#include <QMessageBox>
|