diff options
author | jmz <jmz@FreeBSD.org> | 2000-10-05 18:57:51 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-10-05 18:57:51 +0800 |
commit | 4a855bd26ea800d62a0de6c09701c4f2f87f2cf1 (patch) | |
tree | 9740208d523bcbb9653a15ef2713f8f305622d29 /graphics/pgperl | |
parent | 7e7c7eb196c460f27ca2f0bb82632d3d8752803e (diff) | |
download | freebsd-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-aa | 11 |
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 */ |