summaryrefslogtreecommitdiff
path: root/graphics/graphviz/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/graphviz/files/patch-configure')
-rw-r--r--graphics/graphviz/files/patch-configure19
1 files changed, 14 insertions, 5 deletions
diff --git a/graphics/graphviz/files/patch-configure b/graphics/graphviz/files/patch-configure
index 5a647c4fcf05..4ce45a25eed0 100644
--- a/graphics/graphviz/files/patch-configure
+++ b/graphics/graphviz/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2013-09-07 03:11:08.000000000 +0200
-+++ configure 2013-09-08 14:44:48.000000000 +0200
-@@ -17820,6 +17820,9 @@
+--- configure.orig 2014-04-13 22:41:48.000000000 +0200
++++ configure 2015-09-05 16:25:22.901752000 +0200
+@@ -17827,6 +17827,9 @@
CFLAGS="${CFLAGS} -fno-common -Wall"
LDFLAGS="${LDFLAGS} -Wl,-headerpad_max_install_names"
;;
@@ -10,7 +10,16 @@
*-freebsd* )
CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math"
;;
-@@ -21662,7 +21665,9 @@
+@@ -21101,7 +21104,7 @@
+ if test "x$GUILE" = "x"; then
+ use_guile="No (guile not available)"
+ else
+- GUILE_VERSION=`$GUILE --version | sed -n '1 s/^.* \+\([0-9\.]\+\)$/\1/ p'`
++ GUILE_VERSION=`$GUILE --version | sed -n '1 s/^.* \([0-9\.]*\)$/\1/ p'`
+ GUILE_VERSION_MAJOR=`echo $GUILE_VERSION | cut -d '.' -f 1`
+ GUILE_VERSION_MINOR=`echo $GUILE_VERSION | cut -d '.' -f 2`
+ if test 0$GUILE_VERSION_MAJOR -lt 2; then
+@@ -21669,7 +21672,9 @@
LUA_INCLUDES=""
LUA_LIBS=""
@@ -21,7 +30,7 @@
if test -n "$lua_inc"; then
CFLAGS="$CFLAGS -I$lua_inc"
-@@ -21724,13 +21729,13 @@
+@@ -21731,13 +21736,13 @@
pkgconfig_lua_found=`$PKGCONFIG --exists lua$l 2>/dev/null`
if test "x$?" = "x0" ; then
LUA_VERSION=`$PKGCONFIG --modversion lua$l`