summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-02-01 20:47:21 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-02-01 20:50:18 +0100
commit3bb529b5f53a6797bdb5276f971243376ffff03c (patch)
tree78fc8bde1730fc6294e61b1ee391130fdbc61df4 /media-sound/musescore/files
parentdev-python/pylint: Add missing dep on pytest-runner to 2.2.2 (diff)
downloadgentoo-3bb529b5f53a6797bdb5276f971243376ffff03c.tar.gz
gentoo-3bb529b5f53a6797bdb5276f971243376ffff03c.tar.bz2
gentoo-3bb529b5f53a6797bdb5276f971243376ffff03c.zip
media-sound/musescore-3.0.1: bump
Author: Gergely Nagy Auhtor: Miroslav Šulc <fordfrog@gentoo.org> Closes: https://bugs.gentoo.org/665206 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/musescore/files')
-rw-r--r--media-sound/musescore/files/musescore-3.0.1-porttime.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/musescore/files/musescore-3.0.1-porttime.patch b/media-sound/musescore/files/musescore-3.0.1-porttime.patch
new file mode 100644
index 000000000000..b9bddf1d9d97
--- /dev/null
+++ b/media-sound/musescore/files/musescore-3.0.1-porttime.patch
@@ -0,0 +1,13 @@
+diff --git a/mscore/CMakeLists.txt b/mscore/CMakeLists.txt
+index fcf9332..59db47a 100644
+--- a/mscore/CMakeLists.txt
++++ b/mscore/CMakeLists.txt
+@@ -715,7 +715,7 @@ else (MINGW)
+ if (APPLE)
+ set(PORTMIDI_LIB portmidi)
+ else (APPLE)
+- set(PORTMIDI_LIB -lportmidi -lporttime) # Remove -lporttime on RPM-based systems where PortTime is part of PortMidi.
++ set(PORTMIDI_LIB -lportmidi) # Remove -lporttime on RPM-based systems where PortTime is part of PortMidi.
+ endif (APPLE)
+ target_link_libraries(mscore ${PORTMIDI_LIB})
+ endif (USE_PORTMIDI)