wok-6.x diff libgphoto2/receipt @ rev 5996

lirc: Upgrade to 0.8.6
author Matthew Sheets <rcx@zoominternet.net>
date Sat Aug 14 14:28:10 2010 +0000 (2010-08-14)
parents 822b0f90095c
children 14c207569d2e
line diff
     1.1 --- a/libgphoto2/receipt	Sat Mar 06 19:04:53 2010 +0000
     1.2 +++ b/libgphoto2/receipt	Sat Aug 14 14:28:10 2010 +0000
     1.3 @@ -19,7 +19,7 @@
     1.4     	cd $src
     1.5  	./configure --prefix=/usr udevscriptdir=/lib/udev \
     1.6  			--with-exif --disable-static &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  	
    1.11  }