https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216228
--- Comment #4 from [email protected] --- A commit references this bug: Author: tcberner Date: Sat Jan 21 22:10:43 UTC 2017 New revision: 432089 URL: https://svnweb.freebsd.org/changeset/ports/432089 Log: Fix graphics/py-poppler-qt4: fails to build with clang 4.0 PyList_SET_ITEM() is supposed to be void, but as a macro it's an expression and has a pointer value. Clang 4.0 trips on the bogus pointer comparison; given the comparison, it should be PyList_SetItem() which returns -1 on failure. PR: 216228 Approved by: portmgr blanket, rakuco (mentor) MFH: 2017Q1 Changes: head/graphics/py-poppler-qt4/Makefile head/graphics/py-poppler-qt4/files/ head/graphics/py-poppler-qt4/files/patch-types.sip -- You are receiving this mail because: You are on the CC list for the bug.
