[Bug 207818] graphics/tulip: Update to 4.8.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 13 22:14:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207818

Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco at FreeBSD.org

--- Comment #10 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
(In reply to Kurt Jaeger from comment #8)
> Build fail on 9.3a:
> 
> http://people.freebsd.org/~pi/logs/graphics__tulip-93a-1457547912.txt
> 
> any ideas ?

This is caused by libstdc++ 4.8 not making some symbols available (see bug
193528). The following excerpt, present in several ports, makes the port build
on 9.3:

# Unhide std::to_string() to fix build with GCC (see ports/193528 for details)
CXXFLAGS+= -D_GLIBCXX_USE_C99.

While here, the port builds fine without setting USE_CXXSTD (tested on 9.3 and
HEAD).

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


More information about the freebsd-ports-bugs mailing list