diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-01-12 15:58:36 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2016-01-12 15:59:19 +0100 |
commit | 706e0055683bc0d5f9246200bb1cda4fca7229c5 (patch) | |
tree | be383efeffdc946d7c64420ed8612c81d626fb5f /media-sound/qsynth/files | |
parent | Merge remote-tracking branch 'remotes/tamiko/libteam_bump' (diff) | |
download | gentoo-706e0055683bc0d5f9246200bb1cda4fca7229c5.tar.gz gentoo-706e0055683bc0d5f9246200bb1cda4fca7229c5.tar.bz2 gentoo-706e0055683bc0d5f9246200bb1cda4fca7229c5.zip |
media-sound/qsynth: Fix configure for qt5
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-sound/qsynth/files')
-rw-r--r-- | media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch b/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch new file mode 100644 index 000000000000..6b164924aca9 --- /dev/null +++ b/media-sound/qsynth/files/qsynth-0.4.0-qt5-tagging.patch @@ -0,0 +1,11 @@ +diff -ru qsynth-0.4.0/configure qsynth-0.4.0-modified/configure +--- qsynth-0.4.0/configure 2015-09-07 16:59:25.083842955 +0200 ++++ qsynth-0.4.0-modified/configure 2016-01-12 15:57:36.673008368 +0100 +@@ -4159,6 +4159,7 @@ + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ ++#define QT_NO_VERSION_TAGGING + #include "QtCore/qglobal.h" + int + main () |