mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
- 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.
11 lines
322 B
C
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 : */
|