On 2015-5-20 13:24 , Joshua Root wrote: >> Revision: 136259 >> https://trac.macports.org/changeset/136259 >> Author: devans at macports.org >> Date: 2015-05-13 12:49:19 -0700 (Wed, 13 May 2015) >> Log Message: >> ----------- >> gnome-keyring: blacklist compilers that do not support C11 (redefinition of >> typedefs). > > Do you have a log of this failure I can look at? It seems more likely > that this is a bug, not a deliberate use of C11 features.
There's definitely a bug in one of the headers. Try this. - Josh
--- egg/egg-spawn.h.orig 2014-09-23 17:45:13.000000000 +1000 +++ egg/egg-spawn.h 2015-05-20 15:27:47.000000000 +1000 @@ -21,7 +21,7 @@ */ #ifndef EGG_SPAWN_H_ -#define EGG_SUB_PROCESS_H_ +#define EGG_SPAWN_H_ #include <glib-object.h>
_______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
