From ad9c59f4ec21163b08f94c8da37e8eb96587abe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Mon, 31 Oct 2022 00:44:35 +0100 Subject: dev-scheme/guile-dbd-postgresql: new package; add 2.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .../files/guile-dbd-postgresql-2.1.8-configure.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch (limited to 'dev-scheme/guile-dbd-postgresql/files') 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 new file mode 100644 index 000000000000..5aef8c60b68d --- /dev/null +++ b/dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch @@ -0,0 +1,11 @@ +--- 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 -- cgit v1.2.3