mixxx: fix build
This commit is contained in:
parent
b4e086c025
commit
11fa0fe126
2 changed files with 12 additions and 2 deletions
12
srcpkgs/mixxx/patches/fix-sqlite-build.patch
Normal file
12
srcpkgs/mixxx/patches/fix-sqlite-build.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- src/library/trackcollection.h.orig 2017-09-05 13:52:28.293440706 +0200
|
||||
+++ src/library/trackcollection.h 2017-09-05 13:52:56.925387795 +0200
|
||||
@@ -34,8 +34,7 @@
|
||||
#include "library/dao/libraryhashdao.h"
|
||||
|
||||
#ifdef __SQLITE3__
|
||||
-typedef struct sqlite3_context sqlite3_context;
|
||||
-typedef struct Mem sqlite3_value;
|
||||
+#include <sqlite3.h>
|
||||
#endif
|
||||
|
||||
class TrackInfoObject;
|
|
@ -1,5 +1,3 @@
|
|||
broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/4603/steps/shell_3/logs/stdio"
|
||||
|
||||
# Template file for 'mixxx'
|
||||
pkgname=mixxx
|
||||
version=2.0.0
|
||||
|
|
Loading…
Reference in a new issue