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/dictd-1.8.0.ebuild | |
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/dictd-1.8.0.ebuild')
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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 |