mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
19 lines
869 B
Plaintext
19 lines
869 B
Plaintext
$NetBSD: patch-ab,v 1.7 2012/11/16 00:32:50 joerg 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 )
|