Ticket #35875: patch-lib_wx_configure_wx64_compat

File patch-lib_wx_configure_wx64_compat, 930 bytes (added by jvalduvieco@…, 12 years ago)
Line 
1--- lib/wx/configure.orig       2012-08-19 01:45:17.000000000 +0200
2+++ lib/wx/configure    2012-08-19 01:45:50.000000000 +0200
3@@ -3876,24 +3876,6 @@
4 
5 
6 
7-case $ac_cv_sizeof_void_p-$host_os in
8-    8-darwin*)
9-       if test X"$WX_BUILDING_INSIDE_ERLSRC" != X"true" ; then
10-               { { echo "$as_me:$LINENO: error: Can not use 64bits wxWidgets on Darwin" >&5
11-echo "$as_me: error: Can not use 64bits wxWidgets on Darwin" >&2;}
12-   { (exit 1); exit 1; }; }
13-       else
14-               echo "Can not combine 64bits erlang with wxWidgets on MacOSX, wx will not be useable" > ./CONF_INFO
15-               WXERL_CAN_BUILD_DRIVER=false
16-               { echo "$as_me:$LINENO: WARNING: Can not combine 64bits erlang with wxWidgets on MacOSX, wx will not be useable" >&5
17-echo "$as_me: WARNING: Can not combine 64bits erlang with wxWidgets on MacOSX, wx will not be useable" >&2;}
18-       fi
19-       WXERL_CAN_BUILD_DRIVER=false
20-       ;;
21-    *)
22-       ;;
23-esac
24-
25 PTHR_CFLAGS="-D_THREAD_SAFE -D_REENTRANT"
26 
27 OBJC_CC=$CC