Changeset 162448 in webkit


Ignore:
Timestamp:
Jan 21, 2014, 10:22:54 AM (12 years ago)
Author:
ChangSeok Oh
Message:

[GTK] Fix a c++11 compliance issue for fontconfig
https://bugs.webkit.org/show_bug.cgi?id=127283

Reviewed by Martin Robinson.

fontconfig-2.8.0 is not compliant with C++11. So I propose to apply a
hotfix until bumping fontconfig up.

  • gtk/jhbuild.modules:
  • gtk/patches/fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r162444 r162448  
     12014-01-21  ChangSeok Oh  <changseok.oh@collabora.com>
     2
     3        [GTK] Fix a c++11 compliance issue for fontconfig
     4        https://bugs.webkit.org/show_bug.cgi?id=127283
     5
     6        Reviewed by Martin Robinson.
     7
     8        fontconfig-2.8.0 is not compliant with C++11. So I propose to apply a
     9        hotfix until bumping fontconfig up.
     10
     11        * gtk/jhbuild.modules:
     12        * gtk/patches/fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch: Added.
     13
    1142014-01-21  Peter Molnar  <pmolnar.u-szeged@partner.samsung.com>
    215
  • trunk/Tools/gtk/jhbuild.modules

    r160712 r162448  
    194194            hash="sha256:fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335"
    195195            md5sum="77e15a92006ddc2adbb06f840d591c0e">
     196      <patch file="fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch" strip="1"/>
    196197    </branch>
    197198  </autotools>
Note: See TracChangeset for help on using the changeset viewer.