1Description: Fix FTBFS with Perl 5.16
2 Patch taken from Fedora
3Debian-Bug: 676263
4Fedora-Bug: 839609
5Author: Jitka Plesnikova
6Origin: https://bugzilla.redhat.com/show_bug.cgi?id=839609
7
8--- a/wml_backend/p3_eperl/eperl_perl5.h 2012-07-27 10:49:27.048508799 +0200
9+++ b/wml_backend/p3_eperl/eperl_perl5.h 2012-07-27 10:50:16.288714291 +0200
10@@ -72,9 +72,6 @@
11 # define PL_curstash curstash
12 #endif
13
14-#ifndef WITH_THR
15-# define PL_defoutgv defoutgv
16-#endif
17
18 /*
19 Initialization of locales when building a new Perl interpreter.