wok diff openjpeg/receipt @ rev 11812

Up: libpng (1.5.9) - Security fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 25 17:30:58 2012 +0100 (2012-02-25)
parents 837aebf94f13
children 16b97ec782a4
line diff
     1.1 --- a/openjpeg/receipt	Sun Feb 13 23:47:43 2011 +0000
     1.2 +++ b/openjpeg/receipt	Sat Feb 25 17:30:58 2012 +0100
     1.3 @@ -18,7 +18,8 @@
     1.4  	./configure --enable-lcms2=no \
     1.5  		--enable-png=no \
     1.6  		--enable-lcms1=no \
     1.7 -		--disable-static &&
     1.8 +		--disable-static \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$PWD/_pkg install
    1.11  }
    1.12