summaryrefslogtreecommitdiff
path: root/print/lilypond/scripts/post-patch
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-01-24 18:54:29 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-01-24 18:54:29 +0000
commitb6ac0605aa1fdc0feaaba66a5d2b9bb358834039 (patch)
treec64be38d30cc328404a5552e35313e24c63485b1 /print/lilypond/scripts/post-patch
parentFix 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-patch')
-rw-r--r--print/lilypond/scripts/post-patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lilypond/scripts/post-patch b/print/lilypond/scripts/post-patch
index aff5fb958c45..9b09186e2d60 100644
--- a/print/lilypond/scripts/post-patch
+++ b/print/lilypond/scripts/post-patch
@@ -13,8 +13,8 @@ echo -n "Copying and fixing $file... "
mkdir -p lily/$outdir
rm -f lily/$outdir/FlexLexer.h
sed \
- -e 's/istream/std::istream/' \
- -e 's/[^i]ostream/std::ostream/' \
+ -e 's/[^:]istream/std::istream/' \
+ -e 's/[^i:]ostream/std::ostream/' \
-e 's/iostream.h/iostream/' \
$file > lily/$outdir/FlexLexer.h
echo "done"