diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-28 03:16:16 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-28 03:16:16 +0000 |
commit | b2e2ba2dfd30cc84e479640c2ad4341e3af82577 (patch) | |
tree | 9c3e7e5a6fd4bafbb146011be9590ccb5ba79079 /app-text/dgs/dgs-0.5.10-r1.ebuild | |
parent | Initial import. Fixes #46412. (Manifest recommit) (diff) | |
download | gentoo-2-b2e2ba2dfd30cc84e479640c2ad4341e3af82577.tar.gz gentoo-2-b2e2ba2dfd30cc84e479640c2ad4341e3af82577.tar.bz2 gentoo-2-b2e2ba2dfd30cc84e479640c2ad4341e3af82577.zip |
gcc 3.4 fix
Diffstat (limited to 'app-text/dgs/dgs-0.5.10-r1.ebuild')
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index ce0584548926..7c72985250a1 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.10-r1.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/dgs/dgs-0.5.10-r1.ebuild,v 1.24 2004/04/15 17:54:06 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.25 2004/04/28 03:16:15 lv Exp $ inherit gnuconfig eutils @@ -25,6 +25,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${P}-gs-time_.h-gentoo.diff epatch ${FILESDIR}/${P}-tcpd-gentoo.diff + epatch ${FILESDIR}/${P}-gcc-3.4.diff use amd64 && gnuconfig_update } |