From 95bc103f5ae99056ed377d5cdc1c46aa2dda3628 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Tue, 31 Aug 2004 20:04:11 +0000 Subject: Added a small patch for Mac OS X to let dns.c compile. --- mail-mta/qmail/qmail-1.03-r15.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail-mta/qmail/qmail-1.03-r15.ebuild') diff --git a/mail-mta/qmail/qmail-1.03-r15.ebuild b/mail-mta/qmail/qmail-1.03-r15.ebuild index 16a3d3ab26b4..2c072e6630d5 100644 --- a/mail-mta/qmail/qmail-1.03-r15.ebuild +++ b/mail-mta/qmail/qmail-1.03-r15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r15.ebuild,v 1.6 2004/07/20 14:24:11 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/qmail-1.03-r15.ebuild,v 1.7 2004/08/31 20:04:11 hansmi Exp $ inherit gcc eutils fixheadtails @@ -194,6 +194,12 @@ src_unpack() { EPATCH_SINGLE_MSG="qmail-pop3d fix for top output so Evolution doesn't barf" \ epatch ${FILESDIR}/${PVR}/qmail-pop3d-top-outputfix.patch + # Fix a compilation-error on Mac OS X + # qmail doesn't run yet on Mac OS X, but this will help in the future + if useq macos; then + epatch ${FILESDIR}/${PVR}/qmail-macos-dns-fix.patch + fi + echo -n "$(gcc-getCC) ${CFLAGS}" >${S}/conf-cc if use ssl; then einfo "Enabling SSL/TLS functionality" -- cgit v1.2.3-65-gdbad