wok-6.x diff gcompris/receipt @ rev 18309
Up cookutils (750)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 25 12:04:37 2015 +0200 (2015-08-25) |
parents | 63230fad92f1 |
children | 155bbded77cd |
line diff
1.1 --- a/gcompris/receipt Fri Aug 16 12:16:09 2013 +0000 1.2 +++ b/gcompris/receipt Tue Aug 25 12:04:37 2015 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 + sed -i 's/g_memmove/memmove/' src/goocanvas/src/goocanvastable.c 1.9 ./configure \ 1.10 --enable-sdlmixer && 1.11 make LDFLAGS="-Wl,--copy-dt-needed-entries -lgmodule-2.0" \