| Summary: | Fix devel/p5-Async-Interrupt build with clang 3.6.0 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-perl (Nobody) <perl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | sunpoet | ||||
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(perl) |
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 197395 | ||||||
| Attachments: |
|
||||||
|
Description
Dimitry Andric
2015-02-22 23:35:50 UTC
Auto-assigned to maintainer perl@FreeBSD.org Does adding something like USE_STDC=c89 solves the problem without patching ? (In reply to Mathieu Arnold from comment #2) Yes, that should also solve it for now. I would use USE_CSTD=c99 in that case. Updated to 1.21 (in r379692) which upgrades ecb.h for C11 compatibility. It builds fine with Clang 3.6.0 now. Thanks! |