Bug#870409: webkit2gtk: FTBFS on hppa - WebKitEnumTypes.h:27:0: error: unterminated #ifndef
Alberto Garcia
berto at igalia.com
Thu Aug 3 07:25:02 UTC 2017
On Wed, Aug 02, 2017 at 10:52:26AM -0400, John David Anglin wrote:
> --- webkit2gtk-2.16.6.orig/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h
> +++ webkit2gtk-2.16.6/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.h
> @@ -77,7 +77,7 @@ typedef enum {
> * can crash while the rest of the views keep working normally. This
> * process model is indicated for applications which may use a number
> * of web views and the content of in each must not interfere with the
> - * rest â for example a full-fledged web browser with support for
> + * rest - for example a full-fledged web browser with support for
> * multiple tabs.
This change is not necessary because the problem will be fixed in glib
(see bug #870310).
> #endif /* ARM */
>
> -#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC64) || CPU(ALPHA)
> +#if CPU(ARM) || CPU(MIPS) || CPU(SH4) || CPU(SPARC64) || CPU(ALPHA) ||CPU(HPPA)
> #define WTF_CPU_NEEDS_ALIGNED_ACCESS 1
> #endif
OK
Berto
More information about the Pkg-webkit-maintainers
mailing list