diff options
author | J.R. Oldroyd <fbsd@opal.com> | 2022-01-11 08:05:28 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-01-11 11:40:02 +0100 |
commit | 971cb789e90444bf3d7aa50d8cd2aa250e6a0c57 (patch) | |
tree | 3bcd9511df96b2e433ef24dd7494101608201855 /graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp | |
parent | security/metasploit: update to 6.1.24 (diff) |
graphics/airsaned: update to 0.3.2.54_1
Properly update to 0.3.2.54 after using the wrong git hash.
Some of the patches have been merged upstrem and can be removed.
PR: 261068
Reported by: fbsd@opal.com (maintainer)
Fixes: fa24020b477a2a37a01dedf11bfd83e744f81cd1
Diffstat (limited to 'graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp')
-rw-r--r-- | graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp b/graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp deleted file mode 100644 index 2b7939c493c9..000000000000 --- a/graphics/airsaned/files/patch-zeroconf-hotplugnotifier.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- zeroconf/hotplugnotifier.cpp.orig 2021-10-05 12:35:03 UTC -+++ zeroconf/hotplugnotifier.cpp -@@ -20,7 +20,11 @@ along with this program. If not, see <http://www.gnu. - - #include <atomic> - #include <csignal> -+#ifdef __FreeBSD__ -+#include <libusb.h> -+#else - #include <libusb-1.0/libusb.h> -+#endif - #include <pthread.h> - #include <thread> - |