mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-editors/xemacs: Fix configure failure
Closes: https://bugs.gentoo.org/959683 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
https://bugs.gentoo.org/959683
|
||||
|
||||
--- xemacs-21.5.36/configure.ac
|
||||
+++ xemacs-21.5.36/configure.ac
|
||||
@@ -3697,7 +3697,7 @@
|
||||
fi
|
||||
fi
|
||||
|
||||
- if test -n "$libpq_fe_h_file" -a "$have_libpq" = "yes"
|
||||
+ if test -n "$libpq_fe_h_file" -a "$have_libpq" = "yes" \
|
||||
-a "$with_modules" = "yes"; then
|
||||
with_postgresql=yes
|
||||
AC_DEFINE(HAVE_POSTGRESQL)
|
||||
@@ -64,6 +64,7 @@ src_prepare() {
|
||||
eapply "${FILESDIR}/${PN}-21.5.35-unknown-command-test.patch"
|
||||
eapply "${FILESDIR}/${P}-failing-tests.patch"
|
||||
eapply "${FILESDIR}/${P}-failing-tests-2.patch"
|
||||
eapply "${FILESDIR}/${P}-configure-postgresql.patch"
|
||||
eapply_user
|
||||
|
||||
eautoconf
|
||||
|
||||
Reference in New Issue
Block a user