void-packages/srcpkgs/passwordsafe/patches/passwordsafe-0.98.1-fix-cmake-wx-config.patch
2016-03-15 22:44:57 +01:00

10 lines
349 B
Diff

--- CMakeLists.txt.orig 2016-03-05 21:54:02.000000000 +0100
+++ CMakeLists.txt 2016-03-15 13:22:20.858445170 +0100
@@ -25,7 +25,6 @@
if (NOT WIN32)
# TODO - add support for wx build under Windows
- set(wxWidgets_CONFIGURATION mswu)
find_package(wxWidgets COMPONENTS adv base core html net REQUIRED)
include(${wxWidgets_USE_FILE})