Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Mar 2015 18:47:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197907] graphics/openimageio fails to build when USE_GCC=yes implies GCC 4.9
Message-ID:  <bug-197907-13-P8jkS5qL3x@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197907-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197907-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197907

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amdmi3@FreeBSD.org

--- Comment #6 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
This duplicates needless conditional compiler selection logic from OpenEXR. As
I suggested in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196712, it'd
be better to use compiler:c++11-lib everywhere instead, which essentially does
the same thing (noop on 10.x, recent gcc on pre-10), but is shorter, more
flexible and future-proof.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197907-13-P8jkS5qL3x>