Changeset 162448 in webkit
- Timestamp:
- Jan 21, 2014, 10:22:54 AM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r162444 r162448 1 2014-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 1 14 2014-01-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com> 2 15 -
trunk/Tools/gtk/jhbuild.modules
r160712 r162448 194 194 hash="sha256:fa2a1c6eea654d9fce7a4b1220f10c99cdec848dccaf1625c01f076b31382335" 195 195 md5sum="77e15a92006ddc2adbb06f840d591c0e"> 196 <patch file="fontconfig-C-11-requires-a-space-between-literal-and-identifier.patch" strip="1"/> 196 197 </branch> 197 198 </autotools>
Note:
See TracChangeset
for help on using the changeset viewer.