commit: 743127235764fea8ae3f17b1c3dc67d8cf32df14
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jan 3 15:32:17 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 22:47:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74312723
dev-scheme/guile-dbd-postgresql: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../files/guile-dbd-postgresql-2.1.8-configure.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git
a/dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch
b/dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch
deleted file mode 100644
index 5aef8c60b68d..000000000000
---
a/dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -58,7 +58,7 @@ AC_HEADER_STDC
- AC_CHECK_LIB(pq,PQconnectStart,,
- AC_MSG_ERROR([*** Can't find libpq]))
-
--CFLAGS=`guile-config compile`
-+CFLAGS="${CFLAGS} `guile-config compile`"
- LIBS=`guile-config link`
-
- . $srcdir/DBD-VERSION