wok rev 10085

pangomm: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:47:31 2011 +0000 (2011-05-20)
parents b33423de19b3
children 50467bb1d9b3
files pangomm/receipt
line diff
     1.1 --- a/pangomm/receipt	Fri May 20 06:45:08 2011 +0000
     1.2 +++ b/pangomm/receipt	Fri May 20 06:47:31 2011 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5      cd $src
     1.6      ./configure \
     1.7 -	--disable-documentation &&
     1.8 +	--disable-documentation \
     1.9 +	$CONFIGURE_ARGS &&
    1.10      make &&
    1.11      make install
    1.12  }