1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

devel/libexplain: fix build on current

- this port is outdated, and upstream seems dead (last release 2014)
- the only thing keeping it from being deprecated is it having
  dependent ports in the tree.
This commit is contained in:
Tobias C. Berner 2020-08-29 10:09:05 +00:00
parent 811cd37844
commit 7fe27cb183
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546895

View File

@ -0,0 +1,11 @@
--- libexplain/output/stderr.h.orig 2020-08-29 10:04:27 UTC
+++ libexplain/output/stderr.h
@@ -22,7 +22,7 @@
#include <libexplain/output.h>
-explain_output_t explain_output_static_stderr;
+extern explain_output_t explain_output_static_stderr;
#endif /* LIBEXPLAIN_OUTPUT_STDERR_H */
/* vim: set ts=8 sw=4 et : */