# HG changeset patch # User Christophe Lincoln # Date 1199352095 -3600 # Node ID 3a78a8b2ea897a814cec7efe8fe096de52a4eea7 # Parent 35dd72c1429c1a8c07e873ec63b72fcf60f572bb Compile JWM without fribidi supprot diff -r 35dd72c1429c -r 3a78a8b2ea89 jwm/receipt --- a/jwm/receipt Wed Jan 02 22:26:13 2008 +0100 +++ b/jwm/receipt Thu Jan 03 10:21:35 2008 +0100 @@ -13,10 +13,14 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - --sysconfdir=/etc/jwm $CONFIGURE_ARGS - make + cd $src + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc/jwm \ + --disable-fribidi \ + $CONFIGURE_ARGS + make } # Rules to gen a SliTaz package suitable for Tazpkg.