freebsd-ports/x11-toolkits/p5-Wx/files/patch-Wx.xs
Steve Wills 90e76460f9 - Update to 0.99.16
- Give maintainership to submitter
- Add LICENSE (ART10 and GPLv1)
- Rearrange section order, sort MAN3, cleanup TABs

PR:		ports/175445
Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
2013-01-20 21:52:54 +00:00

13 lines
446 B
Text

--- Wx.xs.orig 2012-12-31 01:28:32.000000000 +0800
+++ Wx.xs 2012-12-31 01:29:02.000000000 +0800
@@ -325,10 +325,7 @@
if( wxPerlAppCreated || wxTopLevelWindows.GetCount() > 0 )
XSRETURN( true );
-#if defined(DEBUGGING) && !defined(PERL_USE_SAFE_PUTENV)
- // avoid crash on exit in Fedora (and other DEBUGGING Perls)
PL_use_safe_putenv = 1;
-#endif
int argc = 0;
#if wxUSE_UNICODE && WXPERL_W_VERSION_GE( 2, 5, 3 )