diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2004-12-18 20:07:46 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2004-12-18 20:07:46 +0000 |
commit | 20d4e81eafe0a13c4c353820ae4739bd94d9390c (patch) | |
tree | b153bd0ecc9ee003c5e8f03061664c7a2db63140 /media-gfx/graphviz/graphviz-1.16.ebuild | |
parent | Initial import. Fixes #14361. (Manifest recommit) (diff) | |
download | gentoo-2-20d4e81eafe0a13c4c353820ae4739bd94d9390c.tar.gz gentoo-2-20d4e81eafe0a13c4c353820ae4739bd94d9390c.tar.bz2 gentoo-2-20d4e81eafe0a13c4c353820ae4739bd94d9390c.zip |
gcc-3.4 fix
Diffstat (limited to 'media-gfx/graphviz/graphviz-1.16.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/graphviz/graphviz-1.16.ebuild b/media-gfx/graphviz/graphviz-1.16.ebuild index 1430d5e21ac1..a0e2208ea91c 100644 --- a/media-gfx/graphviz/graphviz-1.16.ebuild +++ b/media-gfx/graphviz/graphviz-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.2 2004/12/14 14:38:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.3 2004/12/18 20:07:46 lu_zero Exp $ inherit gnuconfig eutils @@ -26,7 +26,7 @@ DEPEND=">=sys-libs/zlib-1.1.3 src_unpack() { unpack ${A} cd ${S} - + epatch ${FILESDIR}/${P}-build.patch # Run gnuconfig_update on all arches, needed at least for mips gnuconfig_update |