1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/swig11/files/patch-ag
Akinori MUSHA 842b6d60a5 Resurrect SWIG 1.1p5 after a repocopy.
- 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)
2000-08-22 01:54:02 +00:00

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"