ports/devel/libexplain/files/patch-libexplain_output_stderr.h
Tobias C. Berner 7fe27cb183 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.
2020-08-29 10:09:05 +00:00

11 lines
322 B
C

--- 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 : */