diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-11-04 16:29:58 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-11-04 16:31:21 +0100 |
commit | 9a0da7ee4ba7daad2427e99ced7e1fa5fa8139d2 (patch) | |
tree | 7df4215823c000a8762c352bd134b7d8467235bd /graphics/graphviz/files/patch-lib_expr_exgram.h | |
parent | x11/waybar: Add patch to fix missing icons in the tray (diff) |
graphics/graphviz: update to 12.1.2
PR: 282489
- reorder OPTIONS
- new option GVEDIT graph viewer (QT6)
- mark option GUILE broken
Diffstat (limited to 'graphics/graphviz/files/patch-lib_expr_exgram.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib_expr_exgram.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/files/patch-lib_expr_exgram.h b/graphics/graphviz/files/patch-lib_expr_exgram.h index f8ce2aa8f153..a355a4e0da0f 100644 --- a/graphics/graphviz/files/patch-lib_expr_exgram.h +++ b/graphics/graphviz/files/patch-lib_expr_exgram.h @@ -1,11 +1,11 @@ ---- lib/expr/exgram.h.orig 2023-01-21 19:59:25 UTC +--- lib/expr/exgram.h.orig 2024-09-28 08:34:49 UTC +++ lib/expr/exgram.h -@@ -20,7 +20,7 @@ extern "C" { - * sometimes free stuff can cost a lot +@@ -19,7 +19,7 @@ extern "C" { + * with both yacc and bison */ -#if !defined(_EXGRAM_H) && ( defined(MINTOKEN) || defined(YYTOKENTYPE) ) +#if !defined(_EXGRAM_H) #define _EXGRAM_H - #if !defined(_EXPARSE_H) + #include <cgraph/agxbuf.h> |