diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-15 23:12:16 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-06-15 23:12:16 +0000 |
commit | 85652c6d02dc60cd5b52c4f7dee353ab56f6be76 (patch) | |
tree | 37adfc4bee7ab515751778ee822d4cf99eb68e4c /print/lilypond/files/patch-Doc-user-GNUmakefile | |
parent | Upgrade to lilypond 2.3.4 (diff) |
Upgrade lilypond to 2.2.2
workaround failing fontforge port until that one is upgraded
make use of precompiled fonts from lilypond binary distribution
PR: 67984
Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=111557
Diffstat (limited to 'print/lilypond/files/patch-Doc-user-GNUmakefile')
-rw-r--r-- | print/lilypond/files/patch-Doc-user-GNUmakefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/lilypond/files/patch-Doc-user-GNUmakefile b/print/lilypond/files/patch-Doc-user-GNUmakefile deleted file mode 100644 index 9f7adb736a7e..000000000000 --- a/print/lilypond/files/patch-Doc-user-GNUmakefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Documentation/user/GNUmakefile.orig Sat Sep 20 00:36:19 2003 -+++ Documentation/user/GNUmakefile Sat Sep 20 00:36:30 2003 -@@ -24,9 +24,7 @@ - INFO_DOCS = lilypond lilypond-internals music-glossary - INFO_FILES = $(INFO_DOCS:%=$(outdir)/%.info) - --STEPMAKE_TEMPLATES=tex texinfo omf documentation -- --OMF_FILES += $(outdir)/lilypond-internals.html.omf -+STEPMAKE_TEMPLATES=tex texinfo documentation - - LOCALSTEPMAKE_TEMPLATES=lilypond ly - LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"' |