wok rev 17289
inkscape: fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 28 14:00:13 2014 +0200 (2014-10-28) |
parents | 79ec1d5b20e4 |
children | 6ef82f80de3c |
files | inkscape/receipt |
line diff
1.1 --- a/inkscape/receipt Tue Oct 28 09:55:47 2014 +0200 1.2 +++ b/inkscape/receipt Tue Oct 28 14:00:13 2014 +0200 1.3 @@ -25,6 +25,11 @@ 1.4 patch -p1 -i $stuff/patches/$patchfile 1.5 done 1.6 1.7 + # hack to define '_' and 'Q_' functions 1.8 + for file in $(find $src/src -type f); do 1.9 + sed -i 's|glibmm/i18n.h|glib/gi18n.h|g' $file 1.10 + done 1.11 + 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --mandir=/usr/share/man \