Created attachment 189891 [details] Proposed patch devel/rubygem-eventmachine fails to build with clang 6
A commit references this bug: Author: antoine Date: Sat Jan 20 20:27:51 UTC 2018 New revision: 459550 URL: https://svnweb.freebsd.org/changeset/ports/459550 Log: Fix build with clang 6 em.cpp:1242:59: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long &>' and 'int') if (bind (sd, (struct sockaddr *)&bind_to, bind_to_len) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ PR: 225304 Reported by: pkg-fallout Changes: head/devel/rubygem-eventmachine/files/ head/devel/rubygem-eventmachine/files/patch-ext_em.cpp