Summary: | graphics/exact-image fails to build when USE_GCC=yes implies GCC 4.9 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Gerald Pfeifer <gerald> |
Component: | Individual Port(s) | Assignee: | Brendan Fabeny <bf> |
Status: | Closed Overcome By Events | ||
Severity: | Affects Some People | CC: | mandree |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 196712 |
Description
Gerald Pfeifer
![]() ![]() Auto-assigned to maintainer bf@FreeBSD.org Gerald, are you referring to this bloc in the OpenEXR Makefile?: # If default compiler is GCC, upgrade it because # g++ 4.2 is too old to auto-upgrade 0xffffffffffffffffl to # a long long integer constant - and has likely more issues. .if ${COMPILER_TYPE} == gcc USE_GCC= yes .endif (In reply to Brendan Fabeny from comment #2) > Gerald, are you referring to this bloc in the OpenEXR Makefile? Yes, Brendan. That should fix the failure. Thanks for looking into this! OpenEXR no longer employes USE_GCC=yes, so this issue should be resolved without changes to graphics/exact-image. |