summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-dbd-postgresql/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-31 03:04:34 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-31 03:04:34 +0000
commit7785404bd292918a4afd4780ccfc36d6626a49ca (patch)
treef20efc4a5e07261ddffa4c95f429a7facf18cd05 /dev-scheme/guile-dbd-postgresql/files
parent34956175e774668656885552a9c94abab557e41c (diff)
gentoo auto-resync : 31:10:2022 - 03:04:34
Diffstat (limited to 'dev-scheme/guile-dbd-postgresql/files')
-rw-r--r--dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch11
1 files changed, 11 insertions, 0 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
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