Replace ':' in package link paths by '~'

Also add missing libiconv requires for apr_util.
This commit is contained in:
Ingo Weinhold
2013-08-13 13:55:32 +02:00
parent dc3d06bbdc
commit 089e141aeb
7 changed files with 21 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ COPYRIGHT="
"
SRC_URI="http://www.ffmpeg.org/releases/ffmpeg-0.10.2.tar.bz2"
CHECKSUM_MD5="de1bd5fc4bbf3ef730a5361ee596fedd"
REVISION="3"
REVISION="4"
ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -77,7 +77,7 @@ PATCH()
doc/ffserver.texi
# patch hard-coded paths to perl
sed -i "s,/usr/bin/perl,$portPackageLinksDir/cmd:perl/bin/perl," \
sed -i "s,/usr/bin/perl,$portPackageLinksDir/cmd~perl/bin/perl," \
Doxyfile \
doc/texi2pod.pl
}