summaryrefslogtreecommitdiff
path: root/chat/irssi/patches/patch-ad
blob: 0ae0cb01f7cb70aac084259f520b7829978e601e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.8 2008/12/04 12:53:55 tonnerre Exp $

--- src/perl/perl-core.c.orig	2008-12-04 13:45:24.000000000 +0100
+++ src/perl/perl-core.c
@@ -452,6 +452,8 @@ void perl_core_init(void)
 	perl_signals_init();
         signal_add_last("script error", (SIGNAL_FUNC) sig_script_error);
 
+	PERLIO_INIT;
+
 	perl_scripts_init();
 
 	if (irssi_init_finished)