diff options
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.50.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/graphviz/graphviz-2.50.0.ebuild b/media-gfx/graphviz/graphviz-2.50.0.ebuild index 9a1c07da3537..b14f06d1bc0f 100644 --- a/media-gfx/graphviz/graphviz-2.50.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.50.0.ebuild @@ -188,7 +188,8 @@ src_prepare() { src_configure() { local myconf=( - --disable-static + # Speeds up the libltdl configure + --cache-file="${S}"/config.cache --enable-ltdl $(use_with cairo pangocairo) $(use_with devil) |