diff options
author | Thilo Bangert <bangert@gentoo.org> | 2009-09-26 21:32:09 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2009-09-26 21:32:09 +0000 |
commit | 5dcb6e351881f6ace882dc02721b66f715d9b19c (patch) | |
tree | a50e726fa492b96292cdf0e88e903533e8444397 /net-mail/qmail-autoresponder/files | |
parent | Mask >=dev-libs/elfutils-0.140. (diff) | |
download | gentoo-2-5dcb6e351881f6ace882dc02721b66f715d9b19c.tar.gz gentoo-2-5dcb6e351881f6ace882dc02721b66f715d9b19c.tar.bz2 gentoo-2-5dcb6e351881f6ace882dc02721b66f715d9b19c.zip |
fix building with no mysql installed - found by Tobias Klausmann - bug #276912
(Portage version: 2.2_rc42/cvs/Linux i686)
Diffstat (limited to 'net-mail/qmail-autoresponder/files')
-rw-r--r-- | net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff b/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff new file mode 100644 index 000000000000..be33e047b16a --- /dev/null +++ b/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff @@ -0,0 +1,8 @@ +diff -Naur qmail-autoresponder-0.97.orig/options.c qmail-autoresponder-0.97/options.c +--- qmail-autoresponder-0.97.orig/options.c 2009-09-26 22:45:17.000000000 +0200 ++++ qmail-autoresponder-0.97/options.c 2009-09-26 22:46:07.000000000 +0200 +@@ -1,4 +1,3 @@ +-#include <mysql/mysql.h> + #include <stdlib.h> + #include <string.h> + #include <str/str.h> |