wok-6.x diff libao/receipt @ rev 11743
added lynx (2.8.7)
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 17:29:08 2012 -0800 (2012-02-21) |
parents | 37cd2a99997f |
children | 54ce68091a85 |
line diff
1.1 --- a/libao/receipt Sat Apr 18 17:59:32 2009 +0000 1.2 +++ b/libao/receipt Tue Feb 21 17:29:08 2012 -0800 1.3 @@ -15,8 +15,9 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --enable-alsa09 --disable-arts 1.8 - make 1.9 + ./configure --prefix=/usr --enable-alsa09 --disable-arts \ 1.10 + $CONFIGURE_ARGS && 1.11 + make && 1.12 make DESTDIR=$PWD/_pkg install 1.13 } 1.14