Index: head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c =================================================================== --- head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c (revision 547176) +++ head/graphics/pgplot/files/patch-pgdispd_updatelgtitle.c (revision 547177) @@ -1,19 +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__) ++#if !defined(_AIX) && !defined(__FreeBSD__) char *sprintf(); #endif