diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-12-16 15:37:13 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-12-16 15:37:13 +0100 |
commit | 1453a4f0f2bf629de47e655dd7636de3e2d7dbb5 (patch) | |
tree | 5d6702ce25720a6d0f9d0b3d75306d6932a3266c /graphics/graphviz/files/patch-lib_expr_exgram.h | |
parent | emulators/frodo: update to 4.4 (diff) |
graphics/graphviz: update to 12.2.1
Diffstat (limited to 'graphics/graphviz/files/patch-lib_expr_exgram.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib_expr_exgram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/graphviz/files/patch-lib_expr_exgram.h b/graphics/graphviz/files/patch-lib_expr_exgram.h index a355a4e0da0f..db75b42b09a9 100644 --- a/graphics/graphviz/files/patch-lib_expr_exgram.h +++ b/graphics/graphviz/files/patch-lib_expr_exgram.h @@ -1,4 +1,4 @@ ---- lib/expr/exgram.h.orig 2024-09-28 08:34:49 UTC +--- lib/expr/exgram.h.orig 2024-12-06 23:55:56 UTC +++ lib/expr/exgram.h @@ -19,7 +19,7 @@ extern "C" { * with both yacc and bison @@ -8,4 +8,4 @@ +#if !defined(_EXGRAM_H) #define _EXGRAM_H - #include <cgraph/agxbuf.h> + #include <cgraph/gv_ctype.h> |