On Sun, Aug 21, 2016 at 01:44:55PM +1000, Ian Wadham wrote:
> If you are going to fix a bug, you need to retrieve the new branch
> from central and make the same fix in two branches. I can never
> remember exactly how to do that… ;-)
Commit the fix in one branch, and cherry-pick that commit into
On Mon, Mar 21, 2016 at 01:39:31PM +, MacPorts wrote:
> Can you check in vlc_mist_picture.i.10-10 if you do have a definition for
> _Static_assert.
{{{
/* locale.h */
# 243 "../include/vlc_fixups.h"
#define _Static_assert(x,s) ((void) sizeof (struct { unsigned a[(x) ? 1 :
-1];}))
#define s