diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 14:07:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 14:07:51 +0000 |
commit | dc9c4bc87ec531a33c0d0f045dfe345503ef57ab (patch) | |
tree | ab8642b0700643eb3b061bc9fdbbfd46ad63b300 /app-text/dictd | |
parent | stable on sparc, tests pass (Manifest recommit) (diff) | |
download | gentoo-2-dc9c4bc87ec531a33c0d0f045dfe345503ef57ab.tar.gz gentoo-2-dc9c4bc87ec531a33c0d0f045dfe345503ef57ab.tar.bz2 gentoo-2-dc9c4bc87ec531a33c0d0f045dfe345503ef57ab.zip |
apply missing patch for 1.8.0
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <liquidx@gentoo.org> 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 |