From 524c9842feb47f4b3fb4576a73f56633d7bba819 Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Fri, 02 Dec 2016 07:39:10 +0100
Subject: [PATCH] graphviz: ruby module is linked to libruby 1.9

---
 components/image/graphviz/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/components/image/graphviz/Makefile b/components/image/graphviz/Makefile
index 3eea6a9..1198b83 100644
--- a/components/image/graphviz/Makefile
+++ b/components/image/graphviz/Makefile
@@ -27,7 +27,7 @@
 
 COMPONENT_NAME=		graphviz
 COMPONENT_VERSION=	2.38.0
-COMPONENT_REVISION=	5
+COMPONENT_REVISION=	6
 COMPONENT_PROJECT_URL=	http://www.graphviz.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
@@ -51,6 +51,8 @@
 CPPFLAGS +=	$(shell /usr/php/5.6/bin/php-config --includes)
 #CXX +=		$(studio_NORUNPATH)
 
+COMPONENT_PREP_ACTION = (cd $(@D) && autoconf)
+
 # Can't find headers without this.
 COMPONENT_PRE_CONFIGURE_ACTION =        ($(CLONEY) $(SOURCE_DIR) $(@D))
 

--
Gitblit v1.9.3