head 1.2; access; symbols pkgsrc-2023Q1:1.1.0.8 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.6 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.4 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.2 pkgsrc-2022Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2023.06.08.05.31.00; author wiz; state dead; branches; next 1.1; commitid V51Rp4XJIWi1w6sE; 1.1 date 2022.05.30.16.31.11; author adam; state Exp; branches; next ; commitid cR5pZ6bXvThOb6GD; desc @@ 1.2 log @wxGTK31: remove, development version for wxGTK32 All pkgsrc users switched. @ text @$NetBSD: patch-src_unix_uilocale.cpp,v 1.1 2022/05/30 16:31:11 adam Exp $ Fix build for non-Linux. --- src/unix/uilocale.cpp.orig 2022-05-30 15:19:39.798310136 +0000 +++ src/unix/uilocale.cpp @@@@ -448,7 +448,7 @@@@ wxUILocaleImplUnix::GetInfo(wxLocaleInfo wxString wxUILocaleImplUnix::GetLocalizedName(wxLocaleName name, wxLocaleForm form) const { -#ifdef HAVE_LANGINFO_H +#if defined(HAVE_LANGINFO_H) && defined(__linux__) wxString str; switch (name) { @ 1.1 log @wxGTK31: updated to 3.1.6 wxWidgets 3.1.6 New wxBitmapBundle class allowing to provide art work for both normal and high DPI in a simple way. New wxUILocale class replacing the old (but still available) wxLocale, but not suffering from its multiple problems and providing more functionality. Support for using native spell-checking in wxTextCtrl. Support for undo/redo in wxTextCtrl in wxOSX. Better drag-and-drop implementation in wxOSX. Fixes for important bugs in wxDataViewCtrl under all platforms. Many improvements and bug fixes for Wayland support in wxGTK. Support for the latest OS versions (Windows 11, macOS 12) and compilers (MSVS 2022, gcc 12, clang 13). Project bug tracker has been moved to GitHub Issues. @ text @d1 1 a1 1 $NetBSD$ @