mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
842b6d60a5
- Add patches to make it work with Perl 5.6.0 - Remove a mirror which does not hold a distfile anymore - Add perl5 to CATEGORIES - Take over the maintainership (from ports@FreeBSD.org)
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
--- Runtime/perlrun.h.orig Mon Jun 23 05:18:37 1997
|
|
+++ Runtime/perlrun.h Tue Aug 22 02:36:55 2000
|
|
@@ -1,3 +1,6 @@
|
|
#include "EXTERN.h"
|
|
#include "perl.h"
|
|
#include "XSUB.h"
|
|
+
|
|
+#define PERL_POLLUTE 1
|
|
+#include "embedvar.h"
|