[Bug 253506] [PATCH] textproc/refdb: ld: error: duplicate symbol: thecommandlist

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 Sep 2022 11:44:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253506

O. Hartmann <ohartmann@walstatt.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #223663|0                           |1
        is obsolete|                            |

--- Comment #6 from O. Hartmann <ohartmann@walstatt.org> ---
Created attachment 236330
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236330&action=edit
Solving the -fno-common issue with llvm > 10

Shifting PORTREVISION=11 to PORTREVISION=12 by solving an issue introduced with
LLVM/CKANG > 10 (setting -fno-common by default, which results in an error
while compiling as described).

The problem occured in src/readln.h, the problem has been solved by upstream by
erasing the useless COMMON *thecommandlist declaration.

The issue with the "patch" offered prior to this correction was: I forgot to
send the patch for src/readln.h due to being new to git that time. The Makefile
itself was useless.

Since 1.0.3 is out and waiting for commitment, this patch for the patch is for
the sake of correctnes.

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