Index: head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c =================================================================== --- head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c (nonexistent) +++ head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c (revision 547176) @@ -0,0 +1,19 @@ +--- pgdispd/updatelgtitle.c.orig 2020-08-31 12:24:15 UTC ++++ pgdispd/updatelgtitle.c +@@ -14,6 +14,7 @@ + #include "figdisp.h" + #include "globals.h" + #include ++#include + #include + + void updatelgtitle(x,y) +@@ -27,7 +28,7 @@ int x,y; /* cursor position */ + XImage *image; + int i; + +-#ifndef _AIX ++#if defined(_AIX) && !defined(__FreeBSD__) + char *sprintf(); + #endif + Property changes on: head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property