diff --git a/dports/perl/p5-eperl/Portfile b/dports/perl/p5-eperl/Portfile
index efe295b..caf4686 100644
old
|
new
|
patchfiles 0001-copyright-updates.diff \ |
43 | 43 | 0006-fix-format-string-error-in-perl-stderr.diff \ |
44 | 44 | 0007-debian-2.2.14-16-modified-and-added-shtool.diff \ |
45 | 45 | 0008-wml-2.0.11-merge.diff \ |
46 | | 0009-configure-use-correct-perl.diff |
| 46 | 0009-configure-use-correct-perl.diff \ |
| 47 | 0010-redhat-with-thr.diff |
47 | 48 | |
48 | 49 | if {$subport != $name} { |
49 | 50 | post-patch { |
diff --git a/dports/perl/p5-eperl/files/0010-redhat-with-thr.diff b/dports/perl/p5-eperl/files/0010-redhat-with-thr.diff
new file mode 100644
index 0000000..e70f2ff
-
|
+
|
|
| 1 | --- eperl-2.2.14/eperl_perl5.h 2012-07-27 10:49:27.048508799 +0200 |
| 2 | +++ eperl-2.2.14/eperl_perl5.h 2012-07-27 10:50:16.288714291 +0200 |
| 3 | @@ -72,9 +72,6 @@ |
| 4 | # define PL_curstash curstash |
| 5 | #endif |
| 6 | |
| 7 | -#ifndef WITH_THR |
| 8 | -# define PL_defoutgv defoutgv |
| 9 | -#endif |
| 10 | |
| 11 | /* |
| 12 | Initialization of locales when building a new Perl interpreter. |