From abaddcf7c54166f77345e1f8a0a9999ab6bb87bd Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 11 Aug 2003 17:37:08 +0000 Subject: fix bug #22571 --- dev-db/mysql/mysql-4.0.14-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'dev-db/mysql/mysql-4.0.14-r1.ebuild') diff --git a/dev-db/mysql/mysql-4.0.14-r1.ebuild b/dev-db/mysql/mysql-4.0.14-r1.ebuild index 4a1132f933e8..9b42bc624e05 100644 --- a/dev-db/mysql/mysql-4.0.14-r1.ebuild +++ b/dev-db/mysql/mysql-4.0.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14-r1.ebuild,v 1.1 2003/08/11 10:40:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14-r1.ebuild,v 1.2 2003/08/11 17:37:03 robbat2 Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -68,6 +68,10 @@ src_unpack() { # get the software to autoreconf as distributed - too many missing files # Robert Coie 2003.06.12 patch -p0 < ${FILESDIR}/${PN}-4.0.13-thrssl.patch || die + + if use tcpd; then + patch -p1 -d ${S} < ${FILESDIR}/mysql-4.0.14-r2-tcpd-vars-fix.diff || die + fi } src_compile() { -- cgit v1.2.3-65-gdbad