opnsense-ports/devel/electron22/files/patch-third__party_libevent_event.h
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

14 lines
385 B
C

--- third_party/libevent/event.h.orig 2022-08-31 12:19:35 UTC
+++ third_party/libevent/event.h
@@ -1,3 +1,6 @@
+#if defined(USE_SYSTEM_LIBEVENT)
+#include <event.h>
+#else
/*
* Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -1210,3 +1213,4 @@ int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev
#endif
#endif /* _EVENT_H_ */
+#endif