Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2018 19:02:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 233616] sysutils/conky: fix build with GCC-based architectures
Message-ID:  <bug-233616-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 233616
           Summary: sysutils/conky: 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: madpilot@FreeBSD.org
          Reporter: pkubaj@anongoth.pl
             Flags: maintainer-feedback?(madpilot@FreeBSD.org)
          Assignee: madpilot@FreeBSD.org

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

GCC includes during compilation /usr/include/machine/md_var.h. This header =
has
a definition of void cpu_setup(u_int) which clashes with static short cpu_s=
etup
in src/freebsd.cc. Change name of cpu_setup to conky_cpu_setup to fix
compilation.

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-233616-7788>