diff options
author | 2004-06-05 21:20:33 +0000 | |
---|---|---|
committer | 2004-06-05 21:20:33 +0000 | |
commit | 65e7967d0b11affcd42fb90a2da6535da8a3dd62 (patch) | |
tree | 8e6104fe293920e59616a58e53478f3d563f9575 /media-gfx/graphviz | |
parent | Local use flags for media-gfx/graphicsmagick (diff) | |
download | gentoo-2-65e7967d0b11affcd42fb90a2da6535da8a3dd62.tar.gz gentoo-2-65e7967d0b11affcd42fb90a2da6535da8a3dd62.tar.bz2 gentoo-2-65e7967d0b11affcd42fb90a2da6535da8a3dd62.zip |
Added gnuconfig tweak for mips.
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 2747b8dc2d1d..8729e9357716 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.27 2004/06/03 23:22:28 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.28 2004/06/05 21:20:33 geoman Exp $ + + 05 Jun 2004; Stephen P. Becker <geoman@gentoo.org> graphviz-1.10.ebuild: + Added gnuconfig tweak for mips. 03 Jun 2004; Stephen P. Becker <geoman@gentoo.org> graphviz-1.10.ebuild: Stable on mips. diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 3affe33d6f67..58edb58de815 100644 --- a/media-gfx/graphviz/graphviz-1.10.ebuild +++ b/media-gfx/graphviz/graphviz-1.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.13 2004/06/03 23:22:28 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.14 2004/06/05 21:20:33 geoman Exp $ + +inherit gnuconfig DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -25,6 +27,8 @@ src_unpack() { } src_compile() { + #if arch is mips, need gnuconfig tweak to build + use mips && gnuconfig_update local myconf #if no tcltk, this will generate configure warnings, but will #compile without tcltk support |