# HG changeset patch # User Dominique Corbex # Date 1283199714 -7200 # Node ID 02b9f4e8f17ed1961a924a608516c7a6c783aa94 # Parent 87c39df9853692d24956ce75896d38a5cefccb5a libedit: Enable UTF-8 support diff -r 87c39df98536 -r 02b9f4e8f17e libedit/receipt --- a/libedit/receipt Mon Aug 30 22:13:42 2010 +0200 +++ b/libedit/receipt Mon Aug 30 22:21:54 2010 +0200 @@ -10,6 +10,7 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.thrysoee.dk/editline/" WGET_URL="http://www.thrysoee.dk/editline/$TARBALL" +TAGS="cli editor library" # Rules to configure and make the package. compile_rules() @@ -18,6 +19,7 @@ ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ + --enable-widec \ $CONFIGURE_ARGS \ && make make DESTDIR=$PWD/_pkg install