wok-stable diff pkg-config/receipt @ rev 10073
tiff: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 05:33:23 2011 +0000 (2011-05-20) |
parents | 02bbaa9d12ba |
children | 5f31f2bade10 |
line diff
1.1 --- a/pkg-config/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/pkg-config/receipt Fri May 20 05:33:23 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p1 < ../stuff/autoconf-2.66.patch 1.8 + patch -p1 < $stuff/autoconf-2.66.patch 1.9 ./configure && make && make install 1.10 } 1.11