ports/sysutils/conky/files/patch-src_conky.cc
Guido Falsi b587ce3502 - Update conky to 1.10.8
- Remove local patch included upstream
2018-02-09 20:25:35 +00:00

12 lines
244 B
C++

--- src/conky.cc.orig 2018-02-07 14:16:39 UTC
+++ src/conky.cc
@@ -132,7 +132,7 @@
#include <microhttpd.h>
#endif
-#if defined(__FreeBSD_kernel__)
+#if defined(__FreeBSD_kernel__) && (__FreeBSD_kernel__ + 0)
#include <bsd/bsd.h>
#endif