0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-17 09:46:05 +00:00
termux-packages/x11-packages/audacity/src-ListNavigaionPanel.h.patch
2024-10-18 13:57:39 +03:00

12 lines
343 B
Diff

https://bugs.gentoo.org/915041
+++ ./src/ListNavigationPanel.h
@@ -13,7 +13,7 @@
#include <wx/window.h>
#include <wx/containr.h>
-#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__ANDROID__)
extern template class WXDLLIMPEXP_CORE wxNavigationEnabled<wxWindow>;
#endif