Date: Fri, 28 Aug 2020 11:02:21 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546718 - head/graphics/bsd-plotutils/files Message-ID: <202008281102.07SB2LLl052130@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281102.07SB2LLl052130>