Sync from SUSE:ALP:Source:Standard:1.0 graphviz revision 48d8890f893ec39ef40bc54aea4c9544

This commit is contained in:
2024-10-14 14:23:36 +02:00
commit d81bd72c38
14 changed files with 2598 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
tclpkg/gv/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
Index: tclpkg/gv/Makefile.am
===================================================================
--- tclpkg/gv/Makefile.am.orig
+++ tclpkg/gv/Makefile.am
@@ -12,6 +12,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/lib/cdt \
-I$(top_srcdir)/lib/pathplan
+AM_CXXFLAGS = -Wno-unused-label -Wno-unused-function \
+ -Wno-unused-but-set-variable
LIBS = -lc
BASESOURCES = gv.cpp gv.i gv_builtins.c gv_channel.h