ripasso-cursive: cosmetic changes (#361736)
[NixPkgs.git] / pkgs / by-name / wm / wml / redhat-with-thr.patch
blob4b06ccb3f56ae8a748ee061307e2abb9227dc877
1 Description: Fix FTBFS with Perl 5.16
2 Patch taken from Fedora
3 Debian-Bug: 676263
4 Fedora-Bug: 839609
5 Author: Jitka Plesnikova
6 Origin: https://bugzilla.redhat.com/show_bug.cgi?id=839609
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
14 -#ifndef WITH_THR
15 -# define PL_defoutgv defoutgv
16 -#endif
18 /*
19 Initialization of locales when building a new Perl interpreter.