Changeset 165808 in webkit


Ignore:
Timestamp:
Mar 18, 2014 5:51:19 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] fontconfig-2.8.0 is not compliant with C++11 leading to a build break
https://bugs.webkit.org/show_bug.cgi?id=130336

Patch by Robert Plociennik <r.plociennik@samsung.com> on 2014-03-18
Reviewed by Gyuyoung Kim.

Compilation with gcc 4.8.x results in 'invalid suffix on literal; C++11
requires a space between literal and string macro [-Wliteral-suffix]'
warning treated as error.

This patch applies a solution from r162448 to the EFL port.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r165791 r165808  
     12014-03-18  Robert Plociennik  <r.plociennik@samsung.com>
     2
     3        [EFL] fontconfig-2.8.0 is not compliant with C++11 leading to a build break
     4        https://bugs.webkit.org/show_bug.cgi?id=130336
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Compilation with gcc 4.8.x results in 'invalid suffix on literal; C++11
     9        requires a space between literal and string macro [-Wliteral-suffix]'
     10        warning treated as error.
     11
     12        This patch applies a solution from r162448 to the EFL port.
     13
     14        * efl/patches/fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch: Added.
     15        * efl/jhbuild.modules: Added appropriate patch section.
     16
    1172014-03-17  Ryosuke Niwa  <rniwa@webkit.org>
    218
  • trunk/Tools/efl/jhbuild.modules

    r164786 r165808  
    135135            hash="sha256:fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335"
    136136            md5sum="77e15a92006ddc2adbb06f840d591c0e">
     137      <patch file="fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch" strip="1"/>
    137138    </branch>
    138139  </autotools>
Note: See TracChangeset for help on using the changeset viewer.