wok diff ecore/receipt @ rev 2953

Fix: Mitter (category)
author Claudinei Pereira <claudinei@slitaz.org>
date Fri May 08 11:59:03 2009 +0000 (2009-05-08)
parents 46b53ce42491
children 5367054e9dee
line diff
     1.1 --- a/ecore/receipt	Fri May 08 13:46:20 2009 +0200
     1.2 +++ b/ecore/receipt	Fri May 08 11:59:03 2009 +0000
     1.3 @@ -16,14 +16,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	# Edje dont cook if ecore link with libiconv.
     1.8 -	#[ -d /var/lib/tazpkg/installed/libiconv-dev ] && tazpkg remove libiconv-dev
     1.9  	cd $src
    1.10  	./configure \
    1.11  		--enable-ecore-config \
    1.12  		--prefix=/usr \
    1.13  		--infodir=/usr/share/info \
    1.14  		--mandir=/usr/share/man \
    1.15 +		--with-iconv-link=-liconv \
    1.16  		$CONFIGURE_ARGS &&
    1.17  	make &&
    1.18  	make DESTDIR=$PWD/_pkg install