svn commit: r546718 - head/graphics/bsd-plotutils/files

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 11:02:21 UTC 2020


Author: tcberner
Date: Fri Aug 28 11:02:20 2020
New Revision: 546718
URL: https://svnweb.freebsd.org/changeset/ports/546718

Log:
  graphics/bsd-plotutils: fix build on recent current

Added:
  head/graphics/bsd-plotutils/files/
  head/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h   (contents, props changed)

Added: head/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h	Fri Aug 28 11:02:20 2020	(r546718)
@@ -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;


More information about the svn-ports-head mailing list