diff options
Diffstat (limited to 'media-sound/lilypond/files/lilypond-2.12.2-dont-install-pyc.patch')
-rw-r--r-- | media-sound/lilypond/files/lilypond-2.12.2-dont-install-pyc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/lilypond/files/lilypond-2.12.2-dont-install-pyc.patch b/media-sound/lilypond/files/lilypond-2.12.2-dont-install-pyc.patch new file mode 100644 index 000000000000..43b7ffa98985 --- /dev/null +++ b/media-sound/lilypond/files/lilypond-2.12.2-dont-install-pyc.patch @@ -0,0 +1,11 @@ +--- lilypond-2.12.2.orig/python/GNUmakefile 2009-01-18 22:04:57.000000000 -0200 ++++ lilypond-2.12.2/python/GNUmakefile 2009-12-10 12:28:27.000000000 -0300 +@@ -16,7 +16,7 @@ + INSTALLATION_OUT_DIR=$(local_lilypond_libdir)/python + + INSTALLATION_OUT_DIR1=$(local_lilypond_datadir)/python +-INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) $(OUT_PYC_MODULES) ++INSTALLATION_OUT_FILES1=$(OUT_PY_MODULES) + + $(outdir)/midi.lo: $(outdir)/config.hh + |