ports/x11/lxqt/panel/patches/patch-plugin-volume_ossengine_cpp

13 lines
328 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: plugin-volume/ossengine.cpp
--- plugin-volume/ossengine.cpp.orig
+++ plugin-volume/ossengine.cpp
@@ -40,6 +40,8 @@
#include <sys/soundcard.h>
#elif defined(__linux__) || defined(__Linux__)
#include <linux/soundcard.h>
+#elif defined(__OpenBSD__)
+#include <soundcard.h>
#else
#error "Not supported platform"
#endif