wok diff xorg-xrdb/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents ac240d86ade6
children eb8067417980
line diff
     1.1 --- a/xorg-xrdb/receipt	Thu Apr 07 07:07:01 2011 +0000
     1.2 +++ b/xorg-xrdb/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -16,9 +16,8 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    ./configure &&
     1.8 -    make &&
     1.9 -    make install
    1.10 +    ./configure $CONFIGURE_ARGS &&
    1.11 +    make && make install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.