Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 03:20:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248859] x11-wm/piewm: Fix link error: "ld: error: duplicate symbol: yylineno"
Message-ID:  <bug-248859-7788-1TUKgZSh4V@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248859-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248859-7788@https.bugs.freebsd.org/bugzilla/>

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

david@catwhisker.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #217466|                            |maintainer-approval+
              Flags|                            |

--- Comment #4 from david@catwhisker.org ---
Comment on attachment 217466
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D217466
Patch to x11-wm/piewm/Makefile to add the "-fcommon" flag.

>Index: x11-wm/piewm/Makefile
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>--- x11-wm/piewm/Makefile	(revision 545815)
>+++ x11-wm/piewm/Makefile	(working copy)
>@@ -14,6 +14,6 @@
> DISABLE_SIZE=3D	yes
> USE_XORG=3D	xbitmaps xpm xmu
>=20
>-CFLAGS+=3D	-Wno-return-type
>+CFLAGS+=3D	-Wno-return-type -fcommon
>=20
> .include <bsd.port.mk>

--=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-248859-7788-1TUKgZSh4V>