Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2018 11:49:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233748] graphics/libprojectm: fix build with GCC-based architectures
Message-ID:  <bug-233748-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@freebsd.org
          Reporter: pkubaj@anongoth.pl
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

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

There are two issues here:
1. GLM requires at least GCC 4.7, base has 4.2. Add USES=3Dcompiler:c++11-l=
ang 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.

--=20
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-233748-7788>