HomeFreeBSD

graphics/libprojectm: fix build with GCC-based architectures

Description

graphics/libprojectm: fix build with GCC-based architectures

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.

PR: 233748
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>

Details

Provenance
yuriAuthored on
Parents
rP486583: multimedia/kodi-devel: Update to 18.0rc2
Branches
Unknown
Tags
Unknown