aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-01-09 16:44:27 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-01-09 16:44:27 +0000
commit20b93088b78a88e33e91fe86ea437aca317ec472 (patch)
tree9f47b89862769af8e431d952ddfc8a1ceea4160b /sysutils
parentb461edeb7522d3e1b66754338d31c63813bf145b (diff)
downloadports-20b93088b78a88e33e91fe86ea437aca317ec472.tar.gz
ports-20b93088b78a88e33e91fe86ea437aca317ec472.zip
MFH: r560876
Fix conky build on head after commit a21def4d568f which removed the wi driver. The code actually depending on this include is already disabled by #if 0, so there is no functional change.
Notes
Notes: svn path=/branches/2021Q1/; revision=560878
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/conky/files/patch-src_freebsd.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/conky/files/patch-src_freebsd.cc b/sysutils/conky/files/patch-src_freebsd.cc
new file mode 100644
index 000000000000..17d94196195c
--- /dev/null
+++ b/sysutils/conky/files/patch-src_freebsd.cc
@@ -0,0 +1,12 @@
+--- src/freebsd.cc.orig 2020-07-27 12:01:52 UTC
++++ src/freebsd.cc
+@@ -49,7 +49,9 @@
+ #include <unistd.h>
+
+ #include <dev/acpica/acpiio.h>
++#if 0
+ #include <dev/wi/if_wavelan_ieee.h>
++#endif
+
+ #include <mutex>
+