Bug 129966

Summary: Add os boilerplate to build leveldb on OpenBSD/NetBSD
Product: WebKit Reporter: Landry Breuil <landry>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ajacoutot, berto, commit-queue, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix leveldb build on openbsd/netbsd none

Description Landry Breuil 2014-03-08 02:22:51 PST
Otherwise build fails with 'no such <endian.h> include' because of the ifdef fallback in Source/ThirdParty/leveldb/port/port_posix.h. So let's use the same codepaths as FreeBSD, they just work.
I know the gtk port is moving away from autotools to cmake, but i couldnt find the equivalent places for cmake files..
Comment 1 Landry Breuil 2014-03-08 02:28:18 PST
Created attachment 226211 [details]
Fix leveldb build on openbsd/netbsd
Comment 2 WebKit Commit Bot 2014-03-14 14:20:40 PDT
Comment on attachment 226211 [details]
Fix leveldb build on openbsd/netbsd

Clearing flags on attachment: 226211

Committed r165648: <http://trac.webkit.org/changeset/165648>
Comment 3 WebKit Commit Bot 2014-03-14 14:20:43 PDT
All reviewed patches have been landed.  Closing bug.