Bug 143453

Summary: [GTK] Fix HPPA build
Product: WebKit Reporter: Alberto Garcia <berto>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, cgarcia
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Alberto Garcia 2015-04-06 13:21:37 PDT
HPPA is not listed in the CMake files, therefore the build does not work:

CMake Error at CMakeLists.txt:107 (message):
  Unknown CPU 'parisc64'
-- Configuring incomplete, errors occurred!
Comment 1 Alberto Garcia 2015-04-06 13:23:30 PDT
Created attachment 250224 [details]
Patch
Comment 2 Darin Adler 2015-04-06 16:40:03 PDT
Comment on attachment 250224 [details]
Patch

rs=me
Comment 3 Alberto Garcia 2015-04-06 23:26:09 PDT
Committed r182450: <http://trac.webkit.org/changeset/182450>