diff options
Diffstat (limited to 'dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch')
-rw-r--r-- | dev-scheme/guile-dbd-postgresql/files/guile-dbd-postgresql-2.1.8-configure.patch | 11 |
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 |