Created attachment 222249 [details] Fix error: duplicate symbol: error Hi, in FreeBSD 13 version, compiling x11/mrxvt-devel leads to following errors: ............. ld: error: duplicate symbol: macroFnNames >>> defined at command.c >>> command.o:(macroFnNames) >>> defined at scrollbar-xterm.c >>> scrollbar-xterm.o:(.bss+0x0) ............... The proposed patch fix this issue. Regards
Committed, thanks!
A commit references this bug: Author: lme Date: Sun Feb 7 22:31:03 UTC 2021 New revision: 564656 URL: https://svnweb.freebsd.org/changeset/ports/564656 Log: x11/mxrvt-devel: - Fix build by adding -fnocommon to CFLAGS [1] - Add missing LIB_DEPENDS and USE_XORG components PR: 253330 [1] Submitted by: jjuanino <jjuanino@gmail.com> MFH: 2021Q1 Changes: head/x11/mrxvt-devel/Makefile
^Triage: Re-open pending merge
Back to the pool. I don't maintain the port anymore.
^Triage: assign to committer. Close this because the merge-quarterly is long OBE.