pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/x11/wxGTK28



On Sun, Nov 22, 2015 at 10:16:04PM +0000, Makoto Fujiwara wrote:
> Module Name:  pkgsrc
> Committed By: mef
> Date:         Sun Nov 22 22:16:04 UTC 2015
> 
> Modified Files:
>       pkgsrc/x11/wxGTK28: distinfo
> Added Files:
>       pkgsrc/x11/wxGTK28/patches: patch-include_wx_debug.h
> 
> Log Message:
> Add patch to fix gcc-4.8.5.
> (at least cross/bossa, bossa-20140109nb2, has a problem)
> cross/bossa/work/.buildlink/include/wx-2.8/wx/debug.h:194:43: error:
>  typedef 'wxDummyCheckInt' locally defined but not used [-Werror=unused-local-typedefs]

Can you please just change the whole line to __asm__("")? That's a much
simpler mechanism to force a global expression with semicolon without
any side effects.

Joerg



Home | Main Index | Thread Index | Old Index