logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

fix_textcodec_snprintf.patch (470B)


  1. diff --git a/var/tmp/portage/net-libs/webkit-gtk-2.24.0/work/webkitgtk-2.24.0/Source/WebCore/platform/text/TextCodec.cpp.old b/var/tmp/portage/net-libs/webkit-gtk-2.24.0/work/webkitgtk-2.24.0/Source/WebCore/platform/text/TextCodec.cpp
  2. index 86b89cf..4be00ce 100644
  3. --- a/Source/WebCore/platform/text/TextCodec.cpp
  4. +++ b/Source/WebCore/platform/text/TextCodec.cpp
  5. @@ -28,6 +28,7 @@
  6. #include "TextCodec.h"
  7. #include <array>
  8. +#include <stdio.h>
  9. namespace WebCore {