[Bug 224945] Ports maintained by kde@ broken by Clang 6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 9 21:05:15 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224945
--- Comment #30 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Tue Jan 9 21:04:44 UTC 2018
New revision: 458573
URL: https://svnweb.freebsd.org/changeset/ports/458573
Log:
Backport a patch to fix the build with -std=gnu++14.
clang 6.0 defaults to -std=gnu++14 instead of -std=gnu++98. This backport
fixes
the following error:
/wrkdirs/usr/ports/devel/py-krosspython/work/kross-interpreters-4.14.3/python/cxx/Objects.hxx:1081:15:
error: cannot initialize a member subobject of type 'int' with an rvalue of
type 'nullptr_t'
, offset( NULL )
^ ~~~~
PR: 224945
Changes:
head/devel/py-krosspython/files/
head/devel/py-krosspython/files/patch-git_81e17bf
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list