summaryrefslogtreecommitdiff
path: root/textproc/eperl/patches/patch-ac
blob: 14aee26c91fc798315700df76d7a0948d1470dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.1 2000/08/15 01:12:16 jlam Exp $

--- eperl_perl5.c.orig	Sun Aug  2 10:33:55 1998
+++ eperl_perl5.c	Sat Aug 12 04:34:39 2000
@@ -39,6 +39,11 @@
 #include "eperl_perl5_sm.h"
 #include "eperl_proto.h"
 
+#if AC_perl_vnum >= 510600
+#define PERL_POLLUTE 1
+#include <embedvar.h>		/* declaration of curstash */
+#endif
+
 #ifdef HAVE_PERL_DYNALOADER
 
 extern void boot_DynaLoader _((CV* cv));