Summary: | textproc/scim: fix build with Clang 3.9 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ed Maste <emaste> | ||||
Component: | Individual Port(s) | Assignee: | David Thiel <lx> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(lx) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 212343 | ||||||
Attachments: |
|
ping A commit references this bug: Author: antoine Date: Wed Oct 19 22:08:18 UTC 2016 New revision: 424293 URL: https://svnweb.freebsd.org/changeset/ports/424293 Log: Fix build with clang 3.9 PR: 212687 Submitted by: emaste Approved by: maintainer timeout (1 month) Changes: head/textproc/scim/files/patch-src_ltdl.cpp A commit references this bug: Author: antoine Date: Tue Dec 27 10:07:08 UTC 2016 New revision: 429592 URL: https://svnweb.freebsd.org/changeset/ports/429592 Log: MFH: r424293 Fix build with clang 3.9 PR: 212687 Submitted by: emaste Changes: _U branches/2016Q4/ branches/2016Q4/textproc/scim/files/patch-src_ltdl.cpp |
Created attachment 174781 [details] fix scim build with clang 3.9 I'm not sure exactly how libtool's ltdl.c ended up in scim as ltdl.cpp. The attached patch adds a scim patch to fix the build with Clang 3.9. I see that libtool's ltdl.c currently uses 'const char *ext' so it has the fix already.