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:
parent
811cd37844
commit
7fe27cb183
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546895
11
devel/libexplain/files/patch-libexplain_output_stderr.h
Normal file
11
devel/libexplain/files/patch-libexplain_output_stderr.h
Normal 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 : */
|
Loading…
Reference in New Issue
Block a user