Revision 580
- Date:
- 2016/07/01 12:53:11
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/ports/all/mod_perl/GNUmakefile
27 27 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}>=501600'},1) 28 28 cd ${WRKSRC} && patch -p0 < ${PORTDIR}/patch.perl5.16 29 29 endif 30 ifeq (${shell ${PERL} -e 'print 1 if ${PERL_LEVEL}>=502000'},1) 31 cd ${WRKSRC} && patch -p0 < ${PORTDIR}/patch.perl5.20 32 endif 30 33 31 32 34 include ../../etc/ports.mk -
utf8/core/ports/all/mod_perl/patch.perl5.20
1 --- src/modules/perl/mod_perl.h.p20 2016-06-29 18:45:10.983090562 +0000 2 +++ src/modules/perl/mod_perl.h 2016-06-29 18:45:37.319300313 +0000 3 @@ -186,11 +186,11 @@ 4 #endif 5 6 #ifndef ERRSV 7 -#define ERRSV GvSV(errgv) 8 +#define ERRSV GvSV(PL_errgv) 9 #endif 10 11 #ifndef ERRHV 12 -#define ERRHV GvHV(errgv) 13 +#define ERRHV GvHV(PL_errgv) 14 #endif 15 16 #ifndef AvFILLp