[Bug 196707] [patch] graphics/shotwell: fix build after webkit-gtk3 update to 2.4.8
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 14 06:30:06 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196707
Bug ID: 196707
Summary: [patch] graphics/shotwell: fix build after webkit-gtk3
update to 2.4.8
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: beastie at tardisi.com
CC: cmt at burggraben.net
CC: cmt at burggraben.net
Flags: maintainer-feedback?(cmt at burggraben.net)
Created attachment 151602
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151602&action=edit
patch file
With the upgrade of webkit-gtk3 to 2.4.8 and USES of 'compiler:c++11-lib', this
was one of three ports that I encountered calling for similar patches as used
when this occurred for webkit-gtk2.
Additionally, if the OPENMP option is selected, libc++.so could not be found.
This used to be a dependency of 'www/webkit-gkt3', but it isn't anymore since
it USES 'compiler:c++11-lib'.
For my FreeBSD 9.3 builds, I changed it to use libstdc++.so instead. As for
10+, I'm not sure which would be the correct way to go, but I added a
LIB_DEPENDS for 'libc++.so'.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer CC'd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list