mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
14 lines
395 B
C
14 lines
395 B
C
--- base/third_party/libevent/event.h.orig 2022-05-28 07:21:18 UTC
|
|
+++ base/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
|