File: versioned-plugin-config-file.diff

package info (click to toggle)
graphviz 2.42.4-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 95,884 kB
  • sloc: ansic: 1,051,566; cpp: 9,107; makefile: 5,538; tcl: 4,897; sh: 4,506; yacc: 4,190; xml: 2,970; cs: 1,921; objc: 1,157; lex: 625; java: 560; perl: 445; python: 255; awk: 241; javascript: 146; ruby: 64; php: 59; sed: 1
file content (15 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,9 @@ GVPLUGIN_REVISION=0
 # precedence over adding, so set to 0 if both happened.
 GVPLUGIN_AGE=0
 
-GVPLUGIN_CONFIG_FILE="config$GVPLUGIN_CURRENT"
+# upstream didn't bump GVPLUGIN_CURRENT between 2.26 (gvc5) and 2.38 (gvc6).
+# just append something to differentiate this, don't go ahead before upstream
+GVPLUGIN_CONFIG_FILE="config$GVPLUGIN_CURRENT"a
 AC_DEFINE_UNQUOTED(GVPLUGIN_CONFIG_FILE,"$GVPLUGIN_CONFIG_FILE",[Filename for plugin configuration file.])
 AC_SUBST([GVPLUGIN_CONFIG_FILE])