diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-01-28 14:46:20 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-01-28 14:46:20 +0000 |
commit | 03d630f85c29e9378a9fe74ed73ae04805b7258a (patch) | |
tree | 4ff3e279ec9f587f5a0f690dd865c2e1ee84a75d /print | |
parent | de394df2884a6b0b7d13a01d9913e8ca31d84c1a (diff) | |
download | ports-03d630f85c29e9378a9fe74ed73ae04805b7258a.tar.gz ports-03d630f85c29e9378a9fe74ed73ae04805b7258a.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond/files/patch-lily-parse-scm.cc | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index b6ea2d012f21..78cf12e30713 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -52,8 +52,6 @@ NOCCACHE= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -BROKEN= Does not compile - .include <bsd.port.pre.mk> .if !defined(NOPORTDOCS) && defined(WITH_WEBDOCS) diff --git a/print/lilypond/files/patch-lily-parse-scm.cc b/print/lilypond/files/patch-lily-parse-scm.cc new file mode 100644 index 000000000000..e45dca9269dd --- /dev/null +++ b/print/lilypond/files/patch-lily-parse-scm.cc @@ -0,0 +1,13 @@ +diff -u lily/parse-scm.cc~ lily/parse-scm.cc +--- lily/parse-scm.cc~ 2008-09-10 06:47:20.000000000 +0200 ++++ lily/parse-scm.cc 2009-01-23 17:31:48.000000000 +0100 +@@ -38,9 +38,6 @@ + SCM answer = SCM_UNSPECIFIED; + SCM form = scm_read (port); + +- /* Reset read_buf for scm_ftell. +- Shouldn't scm_read () do this for us? */ +- scm_fill_input (port); + SCM to = scm_ftell (port); + ps->nchars = scm_to_int (to) - scm_to_int (from); + |