From dc9c4bc87ec531a33c0d0f045dfe345503ef57ab Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Sun, 7 Mar 2004 14:07:51 +0000 Subject: apply missing patch for 1.8.0 --- app-text/dictd/ChangeLog | 5 ++++- app-text/dictd/dictd-1.8.0.ebuild | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 11641e9b0423..f5938a17f1a1 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dictd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.13 2004/03/01 10:14:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.14 2004/03/07 14:07:51 liquidx Exp $ + + 07 Mar 2004; Alastair Tse dictd-1.8.0.ebuild: + apply missing patch for 1.8.0 *dictd-1.9.11-r1 (09 Feb 2004) diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index c3faab42b74b..3c148f655ebf 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.12 2004/02/21 00:41:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.13 2004/03/07 14:07:51 liquidx Exp $ inherit gnuconfig @@ -14,6 +14,11 @@ KEYWORDS="x86 ppc sparc ~alpha ~hppa ~mips ia64 ppc64" DEPEND="virtual/glibc" +src_unpack() { + unpack ${A} + cd ${S}; epatch ${FILESDIR}/${P}-gcc33-multiline-string-fix.patch +} + src_compile() { # Update config.sub and config.guess so dictd understands the sparc architecture -- cgit v1.2.3-65-gdbad