[Bug 233748] graphics/libprojectm: fix build with GCC-based architectures

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 3 11:49:29 UTC 2018


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

            Bug ID: 233748
           Summary: graphics/libprojectm: fix build with GCC-based
                    architectures
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri at freebsd.org
          Reporter: pkubaj at anongoth.pl
          Assignee: yuri at freebsd.org
             Flags: maintainer-feedback?(yuri at freebsd.org)

Created attachment 199794
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199794&action=edit
patch

There are two issues here:
1. GLM requires at least GCC 4.7, base has 4.2. Add USES=compiler:c++11-lang to
solve it.
2. the port uses typedefs from sys/types.h, but those are not included by
default by GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.

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


More information about the freebsd-ports-bugs mailing list