summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Wx/files/patch-Wx.xs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 12:27:05 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-08 12:27:05 +0000
commit3dfb8a39ba8a6fa7c4017d1a5e9f64a93a96772b (patch)
treed0d7f65039be5d49f2b9dcc97ce6ef6b3a7ff209 /x11-toolkits/p5-Wx/files/patch-Wx.xs
parentAdd forgotten patch (diff)
Update to 0.9923
Switch to use wxGTK 3.0
Notes
Notes: svn path=/head/; revision=350602
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 )