forked from pool/musescore
fc3d852054
to fix build. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=8
14 lines
653 B
Diff
14 lines
653 B
Diff
Index: MuseScore-3.0/Makefile
|
|
===================================================================
|
|
--- MuseScore-3.0.orig/Makefile
|
|
+++ MuseScore-3.0/Makefile
|
|
@@ -38,7 +38,7 @@ USE_SYSTEM_FREETYPE="OFF" # Override wit
|
|
COVERAGE="OFF" # Override with "ON" to enable.
|
|
DOWNLOAD_SOUNDFONT="ON" # Override with "OFF" to disable latest soundfont download.
|
|
|
|
-UPDATE_CACHE="TRUE"# Override if building a DEB or RPM, or when installing to a non-standard location.
|
|
+UPDATE_CACHE="FALSE"# Override if building a DEB or RPM, or when installing to a non-standard location.
|
|
NO_RPATH="FALSE"# Package maintainers may want to override this (e.g. Debian)
|
|
|
|
#
|