summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2023-03-18 19:34:44 +0000
committerPatrick Lauer <patrick@gentoo.org>2023-03-18 19:48:04 +0000
commita43dd1170156d01738a5821a95ccefb434ae13fa (patch)
treea587ceb2df1681815d51450f1cf7c0c50aeced9c /dev-db
parentdev-python/numpy: Stabilize 1.24.2 amd64, #902071 (diff)
downloadgentoo-a43dd1170156d01738a5821a95ccefb434ae13fa.tar.gz
gentoo-a43dd1170156d01738a5821a95ccefb434ae13fa.tar.bz2
gentoo-a43dd1170156d01738a5821a95ccefb434ae13fa.zip
dev-db/postgresql: Fix build
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/postgresql-9999.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild
index 6915e96b7cec..34af349c05ac 100644
--- a/dev-db/postgresql/postgresql-9999.ebuild
+++ b/dev-db/postgresql/postgresql-9999.ebuild
@@ -108,9 +108,6 @@ pkg_setup() {
}
src_prepare() {
- # still needed as of 2021-08-13
- eapply "${FILESDIR}"/${PN}-13.3-riscv-spinlocks.patch
-
# Set proper run directory
sed "s|\(PGSOCKET_DIR\s\+\)\"/tmp\"|\1\"${EPREFIX}/run/postgresql\"|" \
-i src/include/pg_config_manual.h || die