Files
ports/databases/pgroonga
Antoine Brodin af74973ddf Mark BROKEN
src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char')
bool PGrnGroongaInitialized = false;
     ^
src/pgroonga.h:94:13: note: previous declaration is here
extern bool PGrnGroongaInitialized;
            ^
src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga'
PGrnIndexIsPGroonga(Relation index)
^
src/pgroonga.h:97:6: note: previous declaration is here
bool PGrnIndexIsPGroonga(Relation index);
     ^

Reported by:	pkg-fallout
2019-05-11 08:23:16 +00:00
..
2019-05-11 08:23:16 +00:00