summaryrefslogtreecommitdiff
path: root/graphics/pgperl
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-10-05 10:57:51 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-10-05 10:57:51 +0000
commit13a48e866f0a8363295fc9adf56911a329da9b69 (patch)
treef2fd3d15e3a15bdd6f60e0e79ee73c60dd55cb02 /graphics/pgperl
parentUpgrade to v4.1.2. (diff)
Fix build with newer perl versions
Submitted by: reg
Notes
Notes: svn path=/head/; revision=33434
Diffstat (limited to 'graphics/pgperl')
-rw-r--r--graphics/pgperl/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pgperl/files/patch-aa b/graphics/pgperl/files/patch-aa
new file mode 100644
index 000000000000..ff94521ad056
--- /dev/null
+++ b/graphics/pgperl/files/patch-aa
@@ -0,0 +1,11 @@
+--- PGPLOT.xs.orig Wed Sep 27 17:43:36 2000
++++ PGPLOT.xs Wed Sep 27 17:43:56 2000
+@@ -8,6 +8,8 @@
+
+ */
+
++#define PERL_POLLUTE
++
+ #include "EXTERN.h" /* std perl include */
+ #include "perl.h" /* std perl include */
+ #include "XSUB.h" /* XSUB include */