wok-current diff pangomm/receipt @ rev 10334

gens-gs: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 01:20:15 2011 +0000 (2011-05-22)
parents 02ea5970d0c3
children 594242fe0541
line diff
     1.1 --- a/pangomm/receipt	Mon May 09 01:41:52 2011 +0000
     1.2 +++ b/pangomm/receipt	Sun May 22 01:20:15 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  }