gthumb_2.10.11.bb : add a hack to make it look at sysroot not /
[openembedded.git] / recipes / gthumb / gthumb / pkg-config-hack.patch
1 Index: gthumb-2.10.11/add-include-prefix
2 ===================================================================
3 --- gthumb-2.10.11.orig/add-include-prefix
4 +++ gthumb-2.10.11/add-include-prefix
5 @@ -1 +1 @@
6 -sed -e 's/^/ /' -e 's/ \+$//' -e 's/ / -I /g' -e 's/^ \+//'
7 +sed -e 's|^| |' -e 's| \+$||' -e 's| | -I HACK_STAGING_DIR_HOST|g' -e 's|^ \+||'