]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
wxwidgets: now with --enable-unicode
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 17 Oct 2006 23:00:31 +0000 (23:00 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 17 Oct 2006 23:00:31 +0000 (23:00 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@429 370017ae-e619-0410-ac65-c121f96126d4

wxwidgets/wxWidgets.SlackBuild

index 5fb756012e3207875a6be94f84aab80f368398da..a24471ed197bf01ab3fb012e29758d96ac3e5b10 100755 (executable)
@@ -71,7 +71,7 @@ if [ -f "$CWD/$PACKAGE-$VERSION.diff" ]; then
   patch -p1 < $CWD/$PACKAGE-$VERSION.diff
 fi
 
-./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION
+./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR --with-docdir=/usr/doc/$PACKAGE-$VERSION --enable-unicode
 make || exit 32
 make DESTDIR=$TMP/package-$PACKAGE install