summaryrefslogtreecommitdiff
path: root/cad/boolean/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/boolean/patches/patch-ab')
-rw-r--r--cad/boolean/patches/patch-ab35
1 files changed, 13 insertions, 22 deletions
diff --git a/cad/boolean/patches/patch-ab b/cad/boolean/patches/patch-ab
index a871c051277..8003567fcaa 100644
--- a/cad/boolean/patches/patch-ab
+++ b/cad/boolean/patches/patch-ab
@@ -1,25 +1,16 @@
-$NetBSD: patch-ab,v 1.4 2006/03/28 20:42:48 joerg Exp $
+$NetBSD: patch-ab,v 1.5 2009/08/14 19:09:49 joerg Exp $
---- apps/edit/include/valuesvc.h.orig 2005-03-04 14:21:08.000000000 +0000
-+++ apps/edit/include/valuesvc.h 2005-08-11 01:52:56.000000000 +0000
-@@ -38,9 +38,10 @@
+--- bin/FindwxWidgets.cmake.orig 2009-08-14 18:59:11.000000000 +0200
++++ bin/FindwxWidgets.cmake
+@@ -137,9 +137,9 @@ SET( wxWidgets_UCD "" )
+ SET( wxWidgets_DBG "" )
- #else
-
--#if defined(__NetBSD__)
-+#if defined(__NetBSD__) || defined(__DragonFly__)
-
- #include <math.h>
-+#include <limits.h>
-
- #include <float.h>
-
-@@ -48,7 +49,7 @@
- #define MAXDOUBLE DBL_MAX
- #endif
- #ifndef MAXLONG
--#define MAXLONG 0x7fffffff
-+#define MAXLONG LONG_MAX
- #endif
- #else
+ 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 )