wok diff pan/receipt @ rev 11057

pan: Compile with $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 23:26:30 2011 +0000 (2011-10-16)
parents 57749b8f1c3c
children 126dad74a7ba
line diff
     1.1 --- a/pan/receipt	Wed May 18 15:23:58 2011 +0200
     1.2 +++ b/pan/receipt	Sun Oct 16 23:26:30 2011 +0000
     1.3 @@ -29,7 +29,8 @@
     1.4  usenet-utils/numbers.cc	cctype
     1.5  EOT
     1.6  	./configure \
     1.7 -		--prefix=/usr &&
     1.8 +		--prefix=/usr \
     1.9 +		$CONFIGURE_ARGS &&
    1.10  	make && make DESTDIR=$DESTDIR install
    1.11  }
    1.12