summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Wx/files/patch-Wx.xs
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/p5-Wx/files/patch-Wx.xs')
-rw-r--r--x11-toolkits/p5-Wx/files/patch-Wx.xs13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-toolkits/p5-Wx/files/patch-Wx.xs b/x11-toolkits/p5-Wx/files/patch-Wx.xs
deleted file mode 100644
index e0a1155734f9..000000000000
--- a/x11-toolkits/p5-Wx/files/patch-Wx.xs
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 )