FreeBSD Bugzilla – Attachment 217466 Details for
Bug 248859
x11-wm/piewm: Fix link error: "ld: error: duplicate symbol: yylineno"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to x11-wm/piewm/Makefile to add the "-fcommon" flag.
piewm_Makefile.patch (text/plain), 338 bytes, created by
david
on 2020-08-23 20:37:24 UTC
(
hide
)
Description:
Patch to x11-wm/piewm/Makefile to add the "-fcommon" flag.
Filename:
MIME Type:
Creator:
david
Created:
2020-08-23 20:37:24 UTC
Size:
338 bytes
patch
obsolete
>Index: x11-wm/piewm/Makefile >=================================================================== >--- x11-wm/piewm/Makefile (revision 545815) >+++ x11-wm/piewm/Makefile (working copy) >@@ -14,6 +14,6 @@ > DISABLE_SIZE= yes > USE_XORG= xbitmaps xpm xmu > >-CFLAGS+= -Wno-return-type >+CFLAGS+= -Wno-return-type -fcommon > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
david:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 248859
:
217466
|
217487