diff --git a/debian/patches/support-kfreebsd.patch b/debian/patches/support-kfreebsd.patch index fee92cc..a3c5611 100644 --- a/debian/patches/support-kfreebsd.patch +++ b/debian/patches/support-kfreebsd.patch @@ -649,7 +649,7 @@ } } -#elif OS_LINUX -+#elif OS_LINUX || defined(OS_GNU_KFREEBSD ++#elif defined(OS_LINUX) || defined(OS_GNU_KFREEBSD) const uint16 virtual_key = key_event.nativeVirtualKey(); // The XKB defines three types of logical key code: "xkb::Hiragana",