RESOLVED FIXED 117796
[GTK] remove bashism from configure
https://bugs.webkit.org/show_bug.cgi?id=117796
Summary [GTK] remove bashism from configure
Antoine Jacoutot
Reported 2013-06-19 06:24:46 PDT
Hi. Would it be possible to use something like this in the configure script: - FREETYPE_CFLAGS+=" $HARFBUZZ_ICU_CFLAGS" - FREETYPE_LIBS+=" $HARFBUZZ_ICU_LIBS" + FREETYPE_CFLAGS="$FREETYPE_CFLAGS $HARFBUZZ_ICU_CFLAGS" + FREETYPE_LIBS="$FREETYPE_LIBS $HARFBUZZ_ICU_LIBS" On OpenBSD (and other BSDs for that matter), we don't use bash so the current construct breaks. Using FREETYPE_CFLAGS="$FREETYPE_CFLAGS ..." fixes it for me. Thanks.
Attachments
Patch (3.41 KB, patch)
2013-06-20 08:39 PDT, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2013-06-20 08:39:20 PDT
Gustavo Noronha (kov)
Comment 2 2013-06-20 11:44:14 PDT
Comment on attachment 205094 [details] Patch LGTM!
Zan Dobersek
Comment 3 2013-06-20 12:32:54 PDT
Comment on attachment 205094 [details] Patch Clearing flags on attachment: 205094 Committed r151791: <http://trac.webkit.org/changeset/151791>
Zan Dobersek
Comment 4 2013-06-20 12:32:59 PDT
All reviewed patches have been landed. Closing bug.
Zan Dobersek
Comment 5 2013-10-09 23:01:50 PDT
*** Bug 111879 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.