Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/qmail-autoresponder/files: qmail-autoresponder-0.97-remove-mysql.h.diff
Date: Sat, 26 Sep 2009 21:32:11
Message-Id: E1MresD-0007Wv-Mw@stork.gentoo.org
1 bangert 09/09/26 21:32:09
2
3 Added: qmail-autoresponder-0.97-remove-mysql.h.diff
4 Log:
5 fix building with no mysql installed - found by Tobias Klausmann - bug #276912
6 (Portage version: 2.2_rc42/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/qmail-autoresponder/files/qmail-autoresponder-0.97-remove-mysql.h.diff?rev=1.1&content-type=text/plain
13
14 Index: qmail-autoresponder-0.97-remove-mysql.h.diff
15 ===================================================================
16 diff -Naur qmail-autoresponder-0.97.orig/options.c qmail-autoresponder-0.97/options.c
17 --- qmail-autoresponder-0.97.orig/options.c 2009-09-26 22:45:17.000000000 +0200
18 +++ qmail-autoresponder-0.97/options.c 2009-09-26 22:46:07.000000000 +0200
19 @@ -1,4 +1,3 @@
20 -#include <mysql/mysql.h>
21 #include <stdlib.h>
22 #include <string.h>
23 #include <str/str.h>