wok-current diff libproxy/receipt @ rev 6265
Up: gutenprint, gutenprint-dev to 5.2.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 14 14:42:29 2010 +0000 (2010-09-14) |
parents | 23656e3f46a6 |
children | 457e55d73abf |
line diff
1.1 --- a/libproxy/receipt Tue Aug 17 14:14:29 2010 +0200 1.2 +++ b/libproxy/receipt Tue Sep 14 14:42:29 2010 +0000 1.3 @@ -16,9 +16,10 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./autogen.sh --prefix=/usr 1.8 - sed -i 's/WITH_MOZJS:BOOL=ON/WITH_MOZJS:BOOL=OFF/' CMakeCache.txt 1.9 - ./autogen.sh --prefix=/usr && 1.10 + ./autogen.sh 1.11 + sed -i -e 's/WITH_MOZJS:BOOL=ON/WITH_MOZJS:BOOL=OFF/' \ 1.12 + -e 's|/usr/local|/usr|' CMakeCache.txt 1.13 + ./autogen.sh && 1.14 make && 1.15 make DESTDIR=$PWD/_pkg install 1.16 }