wok-6.x diff cdrdao/receipt @ rev 9952

libxml++: Fix build
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 14:30:23 2011 +0200 (2011-05-18)
parents 2b67361247e5
children 0e0514e408c6
line diff
     1.1 --- a/cdrdao/receipt	Tue Feb 15 19:58:17 2011 +0000
     1.2 +++ b/cdrdao/receipt	Wed May 18 14:30:23 2011 +0200
     1.3 @@ -25,7 +25,7 @@
     1.4  	grep -qs 'define u8' scsilib/libscg/scsi-linux-sg.c ||
     1.5  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
     1.6  		scsilib/libscg/scsi-linux-sg.c
     1.7 -	patch -Np1 -i ../stuff/$PACKAGE-$VERSION-stat.patch || return 1
     1.8 +	patch -Np1 -i $stuff/$PACKAGE-$VERSION-stat.patch || return 1
     1.9  	./configure --prefix=/usr --with-lame &&
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install