diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-24 18:54:29 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-24 18:54:29 +0000 |
commit | b6ac0605aa1fdc0feaaba66a5d2b9bb358834039 (patch) | |
tree | c64be38d30cc328404a5552e35313e24c63485b1 /print/lilypond/scripts/post-configure | |
parent | Fix WITH_SMB for mozilla and firefox. (diff) |
Fix build and unbreak port.
PR: ports/92277
Submitted by: rik
Notes
Notes:
svn path=/head/; revision=154371
Diffstat (limited to 'print/lilypond/scripts/post-configure')
-rw-r--r-- | print/lilypond/scripts/post-configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/scripts/post-configure b/print/lilypond/scripts/post-configure index 713c4d692b10..32ff6afe2fcf 100644 --- a/print/lilypond/scripts/post-configure +++ b/print/lilypond/scripts/post-configure @@ -7,8 +7,8 @@ cd ${WRKSRC} || exit 2 gmake conf=$CONF -C lily $outdir/lexer.cc || true mv $file $file.orig - sed -e 's/istream\*/std::istream*/g' \ - -e 's/ostream\*/std::ostream*/g' \ + sed -e 's/[^:]istream\*/std::istream*/g' \ + -e 's/[^:]ostream\*/std::ostream*/g' \ -e 's/class istream;/#include \<iostream\>/g' \ $file.orig > $file echo "done" |