[Bug 210876] multimedia/assimp: Update to 3.3.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jul 8 21:10:22 UTC 2016


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

lightside <lightside at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #172253|0                           |1
        is obsolete|                            |
 Attachment #172253|maintainer-approval?(yuri at r |
              Flags|awbw.com)                   |
 Attachment #172255|                            |maintainer-approval?(yuri at r
              Flags|                            |awbw.com)

--- Comment #13 from lightside <lightside at gmx.com> ---
Created attachment 172255
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172255&action=edit
Proposed patch (since 416829 revision)

(In reply to comment #12)
> It still fails to build on 9.3a -- should this work ?
Looks like, it fails because of broken GCC C++11 support on FreeBSD, described
in bug 193528. I used similar approach as Dmitry Marakasov in ports r374985 to
fix this.

The new proposed patch attached with following changes:
- Remove BOOST option and add compiler:c++11-lib to USES
- Add "_GLIBCXX_USE_C99" define to CXXFLAGS, in case of GCC C++11 usage (see PR
193528 for details)
- Remove patch for pstdint.h file, which fixed by upstream
- Adapt pkg-plist

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


More information about the freebsd-ports-bugs mailing list