View | Details | Raw Unified | Return to bug 136135
Collapse All | Expand All

(-)x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile (-7 / +1 lines)
Lines 25-34 Link Here
25
25
26
MAN3=		Wx::Perl::ProcessStream.3
26
MAN3=		Wx::Perl::ProcessStream.3
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.mk>
29
30
.if ${OSVERSION} > 800000
31
BROKEN=	Dumps core during build on 8.0-CURRENT
32
.endif
33
34
.include <bsd.port.post.mk>
(-)x11-toolkits/p5-Wx/files/patch-Wx.xs (+13 lines)
Line 0 Link Here
1
--- Wx.xs.orig	2009-04-20 22:17:27.000000000 +0200
2
+++ Wx.xs	2009-06-26 09:20:07.000000000 +0200
3
@@ -278,10 +278,7 @@ Load()
4
 
5
     if( wxPerlAppCreated || wxTopLevelWindows.GetCount() > 0 )
6
         return;
7
-#if defined(DEBUGGING) && !defined(PERL_USE_SAFE_PUTENV)
8
-    // avoid crash on exit in Fedora (and other DEBUGGING Perls)
9
     PL_use_safe_putenv = 1;
10
-#endif
11
 
12
     int argc = 0;
13
 #if wxUSE_UNICODE && WXPERL_W_VERSION_GE( 2, 5, 3 )

Return to bug 136135