wok diff hubbub/receipt @ rev 14522
Up: transmission (2.52)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri May 17 03:18:43 2013 +0000 (2013-05-17) |
parents | d058f473eb3b |
children | de49f29b101e |
line diff
1.1 --- a/hubbub/receipt Sun May 15 04:16:00 2011 +0200 1.2 +++ b/hubbub/receipt Fri May 17 03:18:43 2013 +0000 1.3 @@ -17,6 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/-pedantic/-Wno-error=unused-but-set-variable &/' Makefile 1.8 make install DESTDIR=$DESTDIR PREFIX=/usr && 1.9 make install COMPONENT_TYPE=lib-shared DESTDIR=$DESTDIR PREFIX=/usr 1.10 }