summaryrefslogtreecommitdiff
path: root/cad/boolean/patches/patch-ab
blob: 4bad44e99a41aa6071b6b9576afc271f87b9bb95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.8 2019/06/08 11:04:27 rillig Exp $

- configure for pkgsrc

--- bin/FindwxWidgets.cmake.orig	2008-10-13 12:59:48.000000000 +0000
+++ bin/FindwxWidgets.cmake
@@ -137,9 +137,9 @@ SET( wxWidgets_UCD "" )
 SET( wxWidgets_DBG "" )
 
 OPTION( wxWidgets_USE_MONOLITHIC "Use wxWidgets build as monolithic library" OFF)
-OPTION( wxWidgets_USE_DEBUG  "Use Debug versions of wxWidgets libraries" ON)
+OPTION( wxWidgets_USE_DEBUG  "Use Debug versions of wxWidgets libraries" OFF)
 OPTION( wxWidgets_USE_UNICODE "Use Unicode versions of wxWidgets libraries" OFF)
-OPTION( wxWidgets_USE_SHARED "Use shared versions (.so) of wxWidgets libraries" OFF)
+OPTION( wxWidgets_USE_SHARED "Use shared versions (.so) of wxWidgets libraries" ON)
 OPTION( wxWidgets_USE_UNIV "Use Universal versions (.so) of wxWidgets libraries" OFF)
 
 IF( wxWidgets_USE_UNIV )