Bump the slot to 12. Also, remove obsolete bool fix.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
KEYWORDS=""
# Bump when rc released.
-SLOT="11"
+SLOT="12"
EGIT_REPO_URI="https://git.postgresql.org/git/postgresql.git"
}
src_prepare() {
- # Work around PPC{,64} compilation bug where bool is already defined
- sed '/#ifndef __cplusplus/a #undef bool' -i src/include/c.h || die
-
# Set proper run directory
sed "s|\(PGSOCKET_DIR\s\+\)\"/tmp\"|\1\"${EPREFIX}/run/postgresql\"|" \
-i src/include/pg_config_manual.h || die