wok diff cssed/receipt @ rev 14526
Add fdutils
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 17 22:49:50 2013 +0200 (2013-05-17) |
parents | d67491eda134 |
children | 380ffe05937a |
line diff
1.1 --- a/cssed/receipt Sat Jan 26 00:50:39 2013 +0000 1.2 +++ b/cssed/receipt Fri May 17 22:49:50 2013 +0200 1.3 @@ -15,10 +15,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 1.8 - LDFLAGS="$LDFLAGS -lgmodule" 1.9 - ./configure $CONFIGURE_ARGS && 1.10 - make && 1.11 + sed -i "s/char\* o = 0;/const char\* o = 0;/" $src/scintilla/src/LexCaml.cxx 1.12 + ./configure $CONFIGURE_ARGS && 1.13 + sed -i 's/^cssed_LDADD.*/\0 -lgmodule-2.0/' $src/src/Makefile && 1.14 + make && 1.15 make install 1.16 } 1.17