wok diff wxWidgets/receipt @ rev 10434

grub4dos: fix path to lib (no more i386-pc but i386-slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:43:57 2011 +0200 (2011-05-25)
parents 6b78f781fc73
children 6ad0290ef344
line diff
     1.1 --- a/wxWidgets/receipt	Sat Feb 19 17:19:11 2011 +0000
     1.2 +++ b/wxWidgets/receipt	Wed May 25 00:43:57 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wxWidgets"
     1.7 -VERSION="2.8.11"
     1.8 +VERSION="2.8.12"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Cross-platform GUI Library"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -22,7 +22,8 @@
    1.13  	cd $src
    1.14  	./configure \
    1.15  		--enable-shared \
    1.16 -		--enable-unicode &&
    1.17 +		--enable-unicode \
    1.18 +		$CONFIGURE_ARGS &&
    1.19  	make &&
    1.20  	make DESTDIR=$DESTDIR install &&
    1.21  	cd $src/contrib &&