You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/postgresql/files/postgresql-10.0-icu68-2.patch

12 lines
315 B

tardiff /usr/portage/distfiles/postgresql-10.15.tar.bz2 -upN
--- postgresql-10.15/src/include/utils/pg_locale.h
+++ postgresql-10.15/src/include/utils/pg_locale.h 2021-02-09 12:03:19.403549986 -0800
@@ -17,6 +17,7 @@
#endif
#ifdef USE_ICU
#include <unicode/ucol.h>
+#undef bool
#endif
#include "utils/guc.h"