aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pgperl
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-10-05 18:57:51 +0800
committerjmz <jmz@FreeBSD.org>2000-10-05 18:57:51 +0800
commit4a855bd26ea800d62a0de6c09701c4f2f87f2cf1 (patch)
tree9740208d523bcbb9653a15ef2713f8f305622d29 /graphics/pgperl
parent7e7c7eb196c460f27ca2f0bb82632d3d8752803e (diff)
downloadfreebsd-ports-gnome-4a855bd26ea800d62a0de6c09701c4f2f87f2cf1.tar.gz
freebsd-ports-gnome-4a855bd26ea800d62a0de6c09701c4f2f87f2cf1.tar.zst
freebsd-ports-gnome-4a855bd26ea800d62a0de6c09701c4f2f87f2cf1.zip
Fix build with newer perl versions
Submitted by: reg
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 */