summaryrefslogtreecommitdiff
path: root/math/rlab/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'math/rlab/patches/patch-ai')
-rw-r--r--math/rlab/patches/patch-ai27
1 files changed, 0 insertions, 27 deletions
diff --git a/math/rlab/patches/patch-ai b/math/rlab/patches/patch-ai
deleted file mode 100644
index dc915f036ef..00000000000
--- a/math/rlab/patches/patch-ai
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2001/01/31 12:42:14 jtb Exp $
-
---- r_plot.c.orig Wed Jan 31 08:29:57 2001
-+++ r_plot.c
-@@ -56,8 +56,8 @@
- #include <stdio.h>
-
- #define PL_DOUBLE 1
--#include <plplot.h>
--#include <pdf.h>
-+#include <plplot/plplot.h>
-+#include <plplot/pdf.h>
-
- /*
- * If your version of Plplot doesn't have plstrm.h,
-@@ -65,9 +65,9 @@
- */
-
- #ifndef __riscos
--#include <plstrm.h>
-+#include <plplot/plstrm.h>
- #else
--#include <plstream.h>
-+#include <plplot/plstream.h>
- /* #include <plstrm.h> */
- #endif
-