summarylogtreecommitdiffstats
path: root/archlinux.patch
diff options
context:
space:
mode:
authorAndrea Girotto2015-06-08 22:36:09 +0200
committerAndrea Girotto2015-06-08 22:36:09 +0200
commit3bccad2e276bca1500f04114b82924bb703b5355 (patch)
treee0455b4d324e68f03fd11e5002493f030d34a62d /archlinux.patch
downloadaur-3bccad2e276bca1500f04114b82924bb703b5355.tar.gz
Initial commit: release 2.1.4-2
Diffstat (limited to 'archlinux.patch')
-rw-r--r--archlinux.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/archlinux.patch b/archlinux.patch
new file mode 100644
index 000000000000..37ad9a1a35b6
--- /dev/null
+++ b/archlinux.patch
@@ -0,0 +1,12 @@
+diff -Naur guile-dbd-postgresql-2.1.4/src/guile-dbd-postgresql.c guile-dbd-postgresql-2.1.4-new/src/guile-dbd-postgresql.c
+--- guile-dbd-postgresql-2.1.4/src/guile-dbd-postgresql.c 2008-12-13 23:44:28.000000000 +0100
++++ guile-dbd-postgresql-2.1.4-new/src/guile-dbd-postgresql.c 2013-10-05 20:18:38.770299378 +0200
+@@ -24,7 +24,7 @@
+
+ #include <guile-dbi/guile-dbi.h>
+ #include <libguile.h>
+-#include <postgresql/libpq-fe.h>
++#include <libpq-fe.h>
+ #include <string.h>
+ #include <errno.h>
+ #include <stdio.h>