wok-next diff vlc/receipt @ rev 5237

Add mountlo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 10 15:01:06 2010 +0200 (2010-04-10)
parents f917e0dfdfbd
children 30f4e3eb73ed
line diff
     1.1 --- a/vlc/receipt	Wed Feb 24 12:28:07 2010 +0000
     1.2 +++ b/vlc/receipt	Sat Apr 10 15:01:06 2010 +0200
     1.3 @@ -23,6 +23,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	# Be busybox comptible...
     1.8 +	sed -i 's/wc -m/wc -c/' configure*
     1.9  	sed -i 's/ImgReSampleContext/void/' modules/video_filter/imgresample.c
    1.10  	sed -i -e 's:/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf:/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf:' modules/misc/freetype.c
    1.11  	./configure --prefix=/usr --enable-hal --enable-dbus \