[dev-db/postgresql] sync with tree

This commit is contained in:
2024-11-23 13:39:04 +01:00
parent 966a7f96fa
commit f3067850e8
4 changed files with 10 additions and 2 deletions

View File

@@ -143,6 +143,10 @@ src_prepare() {
}
src_configure() {
# Fails to build with C23, fallback to the old default in < GCC 15
# for now: https://marc.info/?l=pgsql-bugs&m=173185132906874&w=2
append-cflags -std=gnu17
case ${CHOST} in
*-darwin*|*-solaris*)
use nls && append-libs intl