wok-6.x rev 12876
cairo-dock: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 25 13:09:27 2012 +0200 (2012-05-25) |
parents | 683d3c6a898a |
children | 6c82deb426e5 |
files | cairo-dock/receipt pan/receipt |
line diff
1.1 --- a/cairo-dock/receipt Fri May 25 12:51:07 2012 +0200 1.2 +++ b/cairo-dock/receipt Fri May 25 13:09:27 2012 +0200 1.3 @@ -18,6 +18,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's|<glib/g.*h>|<glib.h>|' src/gldit/cairo-dock-keybinder.h 1.8 mkdir -p build && cd build 1.9 cmake .. -DCMAKE_INSTALL_PREFIX=/usr && 1.10 make &&
2.1 --- a/pan/receipt Fri May 25 12:51:07 2012 +0200 2.2 +++ b/pan/receipt Fri May 25 13:09:27 2012 +0200 2.3 @@ -16,6 +16,10 @@ 2.4 compile_rules() 2.5 { 2.6 cd $src 2.7 + sed -i 's|<glib/g.*h>|<glib.h>|' pan/general/file-util.h \ 2.8 + pan/general/macros.h pan/usenet-utils/mime-utils.h \ 2.9 + pan/general/worker-pool.cc pan/general/worker-pool.h \ 2.10 + pan/usenet-utils/text-massager.cc 2.11 # apply debian fix for gcc 4.4.0 2.12 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504900 2.13 while read file last; do