CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/08/08 00:45:14
Added files:
x11/xfce4/xfce4-places/patches: patch-panel-plugin_model_h
Log message:
Fix crash at runtime, recent compilers barf on inline
declaration+definition without extern.. Use a slightly different fix
from upstream (ie remove the inline from the declaration, instead of
piling extern on top of inline)
Uncovered by clang, https://bugzilla.xfce.org/show_bug.cgi?id=11939
