Bug 213551

Summary: lang/beignet: fix for utests compilation
Product: Ports & Packages Reporter: Igor Pavlov <igor.arabesc.pavlov>
Component: Individual Port(s)Assignee: freebsd-x11 (Nobody) <x11>
Status: Closed DUPLICATE    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (x11)
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
Patch for utests/image_from_buffer.cpp none

Description Igor Pavlov 2016-10-17 00:50:04 UTC
Proposed patch fixes utests/image_from_buffer.cpp file compilation.
Comment 1 Igor Pavlov 2016-10-17 00:52:29 UTC
Created attachment 175842 [details]
Patch for utests/image_from_buffer.cpp
Comment 2 Jan Beich freebsd_committer freebsd_triage 2017-03-13 20:24:56 UTC
utests aren't built by default. Bug 217771 tries a bit harder to make them work but uses aligned_alloc (C11) to avoid POSIX weirdness.

  $ make clean test WITH=TEST BATCH=

*** This bug has been marked as a duplicate of bug 217771 ***