mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-17 09:46:05 +00:00
12 lines
343 B
Diff
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
|
|
|