summaryrefslogtreecommitdiff
path: root/media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch')
-rw-r--r--media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch b/media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch
new file mode 100644
index 000000000000..1f9b6147a219
--- /dev/null
+++ b/media-sound/jalv/files/jalv-1.6.4-qt-5.7.0.patch
@@ -0,0 +1,13 @@
+diff --git a/wscript b/wscript
+index af363ca..5060b4d 100644
+--- a/wscript
++++ b/wscript
+@@ -235,7 +235,7 @@ def build(bld):
+ lib = ['pthread'],
+ uselib = libs + ' QT5',
+ install_path = '${BINDIR}',
+- cxxflags = ['-fPIC'])
++ cxxflags = ['-fPIC', '-std=c++11'])
+
+ # Man pages
+ bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1'))