[Bug 251487] games/neverball: fix build with -fno-common

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 30 15:21:26 UTC 2020


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

            Bug ID: 251487
           Summary: games/neverball: fix build with -fno-common
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: amdmi3 at FreeBSD.org
          Reporter: greg at unrelenting.technology
          Assignee: amdmi3 at FreeBSD.org
             Flags: maintainer-feedback?(amdmi3 at FreeBSD.org)

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

ld: error: duplicate symbol: text_input
>>> defined at text.c
>>>            share/text.o:(text_input)
>>> defined at st_save.c
>>>            ball/st_save.o:(.bss+0x10)

ld: error: duplicate symbol: text_input
>>> defined at text.c
>>>            share/text.o:(text_input)
>>> defined at st_name.c
>>>            ball/st_name.o:(.bss+0x20)

ld: error: duplicate symbol: text_input
>>> defined at text.c
>>>            share/text.o:(text_input)
>>> defined at main.c
>>>            ball/main.o:(.bss+0x1080)

Let's just add -fcommon for now I guess

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


More information about the freebsd-ports-bugs mailing list