mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sonic-visualiser: Fix build
<QString> points to "qstring.h" which is not found, this corrects it
This commit is contained in:
parent
142f78f455
commit
b07e1f0bc6
2 changed files with 13 additions and 1 deletions
12
srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch
Normal file
12
srcpkgs/sonic-visualiser/patches/0001-Fix-header-file.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/svcore/base/RangeMapper.h b/svcore/base/RangeMapper.h
|
||||||
|
index dd8ba94..4cdd924 100644
|
||||||
|
--- svcore/base/RangeMapper.h
|
||||||
|
+++ svcore/base/RangeMapper.h
|
||||||
|
#ifndef SV_RANGE_MAPPER_H
|
||||||
|
#define SV_RANGE_MAPPER_H
|
||||||
|
|
||||||
|
-#include <QString>
|
||||||
|
+#include <qt5/QtCore/qstring.h>
|
||||||
|
|
||||||
|
#include "Debug.h"
|
||||||
|
#include <map>
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sonic-visualiser'
|
# Template file for 'sonic-visualiser'
|
||||||
pkgname=sonic-visualiser
|
pkgname=sonic-visualiser
|
||||||
version=4.0
|
version=4.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=qmake
|
build_helper=qmake
|
||||||
hostmakedepends="pkg-config capnproto-devel"
|
hostmakedepends="pkg-config capnproto-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue