summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch')
-rw-r--r--meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch37
1 files changed, 23 insertions, 14 deletions
diff --git a/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch b/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
index 99b53e2e12..dda1d4350f 100644
--- a/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
+++ b/meta-oe/recipes-graphics/graphviz/graphviz/0001-Set-use_tcl-to-be-empty-string-if-tcl-is-disabled.patch
@@ -1,28 +1,21 @@
1From 564901ab78da2b2b1bed92351dc3c102dc0a8154 Mon Sep 17 00:00:00 2001 1From 62193e52edfc71283b7bbcd6f590d63251290b3e Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 6 Aug 2019 17:51:39 -0700 3Date: Tue, 6 Aug 2019 17:51:39 -0700
4Subject: [PATCH] Set use_tcl to be empty string if tcl is disabled 4Subject: [PATCH] Set use_tcl to be empty string if tcl is disabled
5 5
6Upstream-Status: Inappropriate [Cross-compile specific] 6Upstream-Status: Inappropriate [Cross-compile specific]
7
7Signed-off-by: Khem Raj <raj.khem@gmail.com> 8Signed-off-by: Khem Raj <raj.khem@gmail.com>
8--- 9---
10 Makefile.am | 2 +-
9 configure.ac | 2 +- 11 configure.ac | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-) 12 2 files changed, 2 insertions(+), 2 deletions(-)
11 13
12--- a/configure.ac 14diff --git a/Makefile.am b/Makefile.am
13+++ b/configure.ac 15index fe373be..5db5cdc 100644
14@@ -1225,7 +1225,7 @@ AC_ARG_ENABLE(tcl,
15 [], [enable_tcl=yes])
16
17 if test "x$enable_tcl" != "xyes"; then
18- use_tcl="No (disabled)"
19+ use_tcl=""
20 fi
21
22 if test "x$use_tcl" = "x"; then
23--- a/Makefile.am 16--- a/Makefile.am
24+++ b/Makefile.am 17+++ b/Makefile.am
25@@ -11,7 +11,7 @@ pkginclude_HEADERS = $(top_builddir)/gra 18@@ -11,7 +11,7 @@ pkginclude_HEADERS = $(top_builddir)/graphviz_version.h
26 dist_man_MANS = graphviz.7 19 dist_man_MANS = graphviz.7
27 20
28 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS 21 # $(subdirs) contains the list from: AC_CONFIG_SUBDIRS
@@ -31,3 +24,19 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
31 24
32 .PHONY: doxygen 25 .PHONY: doxygen
33 doxygen: 26 doxygen:
27diff --git a/configure.ac b/configure.ac
28index 993a3dd..5e4a1ad 100644
29--- a/configure.ac
30+++ b/configure.ac
31@@ -1086,7 +1086,7 @@ AC_ARG_ENABLE(tcl,
32 [], [enable_tcl=yes])
33
34 if test "$enable_tcl" != "yes"; then
35- use_tcl="No (disabled)"
36+ use_tcl=""
37 fi
38
39 if test "$use_tcl" = ""; then
40--
412.25.1
42