Summary: | devel/libical build fails with undefined reference | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robin <solence> | ||||||
Component: | Individual Port(s) | Assignee: | Don Lewis <truckman> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | jhibbits, solence, truckman | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(gnome) |
||||||
Version: | Latest | ||||||||
Hardware: | powerpc | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215770 | ||||||||
Attachments: |
|
Description
Robin
2017-08-20 06:34:42 UTC
All ports depending on ICU need to be built with a C++11 compiler. Created attachment 191724 [details]
patch to compile libical with compiler:c++11-lib
Try the attached patch.
A commit references this bug: Author: truckman Date: Thu Mar 22 23:32:43 UTC 2018 New revision: 465324 URL: https://svnweb.freebsd.org/changeset/ports/465324 Log: USES+=compiler:c++11-lib to unbreak devel/libical build on PowerPC and other arches where gcc is the base compiler. No PORTREVISION bump because this is a no-op on arches with clang as the base compiler, and it unbreaks the build on the rest. PR: 221642, 215770 Reported by: Robin <solence AT zoho.eu> Changes: head/devel/libical/Makefile Should be fixed by r465324, but I can't test on PowerPC. Please reopen if it is still broken. |