summaryrefslogtreecommitdiff
path: root/graphics/bsd-plotutils
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 11:02:20 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 11:02:20 +0000
commitf849872d7ff8644475dc5fa38d3626e1e263b640 (patch)
tree047b24a6ec46479803c49897438e42d376a4d1be /graphics/bsd-plotutils
parent2604ea22f3dbcb1dfca4dc0d58df3709f334ef50 (diff)
Notes
Diffstat (limited to 'graphics/bsd-plotutils')
-rw-r--r--graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h b/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h
new file mode 100644
index 000000000000..b09c41470ee9
--- /dev/null
+++ b/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h
@@ -0,0 +1,10 @@
+--- libplot/imagen/imp.h.orig 2020-08-28 11:01:25 UTC
++++ libplot/imagen/imp.h
+@@ -13,6 +13,6 @@ extern float botx;
+ extern float oboty;
+ extern float scalex;
+ extern float scaley;
+-int imPx, imPy;
++extern int imPx, imPy;
+ extern int imPcsize;
+ extern char *imP_charset;