Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Jan 2020 22:16:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243027] math/gretl: fix build on GCC architectures
Message-ID:  <bug-243027-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243027
           Summary: math/gretl: fix build on GCC 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@FreeBSD.org
          Assignee: yuri@freebsd.org
             Flags: maintainer-feedback?(yuri@freebsd.org)

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

Since the last upgrade, gretl requires C11:
../lib/src/bhhh_max.c:37: error: expected '=3D', ',', ';', 'asm' or
'__attribute__' before 'Lval'

Fix this by adding USES=3Dcompiler:c11 and replacing OPENMP_USES=3Dcompiler=
:openmp
with OPENMP_USE=3DGCC=3Dyes. This sets the correct CC.

--=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-243027-7788>