diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:25:19 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-25 18:25:19 +0000 |
| commit | 3f66b8f90626e67effff0f45171f94d6c2e0a975 (patch) | |
| tree | dcdf4a30788fd5e8ebbe59e46aee41233ae65cf0 /devel/libexplain/files/patch-libexplain_printf__format.y | |
| parent | 9e38c3f75da446e823656c04656bf8cefd1fb8bf (diff) | |
Fix build with bison 3.6.2
Diffstat (limited to 'devel/libexplain/files/patch-libexplain_printf__format.y')
| -rw-r--r-- | devel/libexplain/files/patch-libexplain_printf__format.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libexplain/files/patch-libexplain_printf__format.y b/devel/libexplain/files/patch-libexplain_printf__format.y new file mode 100644 index 000000000000..92e1b2cbd7b1 --- /dev/null +++ b/devel/libexplain/files/patch-libexplain_printf__format.y @@ -0,0 +1,10 @@ +--- libexplain/printf_format.y.orig 2013-12-08 01:47:33 UTC ++++ libexplain/printf_format.y +@@ -17,6 +17,7 @@ + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + ++%define api.prefix {printf_format_} + %{ + + #include <libexplain/ac/assert.h> |
