diff options
Diffstat (limited to 'graphics/p5-PGPLOT/files/patch-PGPLOT.xs')
-rw-r--r-- | graphics/p5-PGPLOT/files/patch-PGPLOT.xs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/p5-PGPLOT/files/patch-PGPLOT.xs b/graphics/p5-PGPLOT/files/patch-PGPLOT.xs new file mode 100644 index 000000000000..ff94521ad056 --- /dev/null +++ b/graphics/p5-PGPLOT/files/patch-PGPLOT.xs @@ -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 */ |