Index: head/print/transfig/files/patch-fig2dev_dev_gengbx.c =================================================================== --- head/print/transfig/files/patch-fig2dev_dev_gengbx.c (nonexistent) +++ head/print/transfig/files/patch-fig2dev_dev_gengbx.c (revision 546159) @@ -0,0 +1,15 @@ +--- fig2dev/dev/gengbx.c.orig 2020-08-25 12:18:01 UTC ++++ fig2dev/dev/gengbx.c +@@ -594,12 +594,6 @@ int define_aperture_for_arc(F_arc *a) { + + char *cctype[] = { "none", "black", "white" }; + +-/* arrowhead arrays */ +-Point points[50]; +-int npoints; +-int arrowx1, arrowy1; /* first point of object */ +-int arrowx2, arrowy2; /* second point of object */ +- + static F_point *p; + + /** Used to generate sequence numbers. */ Property changes on: head/print/transfig/files/patch-fig2dev_dev_gengbx.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 Index: head/print/transfig/files/patch-fig2dev_dev_genps.c =================================================================== --- head/print/transfig/files/patch-fig2dev_dev_genps.c (nonexistent) +++ head/print/transfig/files/patch-fig2dev_dev_genps.c (revision 546159) @@ -0,0 +1,15 @@ +--- fig2dev/dev/genps.c.orig 2020-08-25 12:22:17 UTC ++++ fig2dev/dev/genps.c +@@ -96,8 +96,10 @@ static float fllx, flly, furx, fury; + /* arrowhead arrays */ + Point bpoints[50], fpoints[50]; + int nbpoints, nfpoints; +-Point bfillpoints[50], ffillpoints[50], clippoints[50]; +-int nbfillpoints, nffillpoints, nclippoints; ++Point bfillpoints[50], ffillpoints[50]; ++int nbfillpoints, nffillpoints; ++extern int nclippoints; ++extern Point clippoints[50]; + int fpntx1, fpnty1; /* first point of object */ + int fpntx2, fpnty2; /* second point of object */ + int lpntx1, lpnty1; /* last point of object */ Property changes on: head/print/transfig/files/patch-fig2dev_dev_genps.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 Index: head/print/transfig/files/patch-fig2dev_fig2dev.h =================================================================== --- head/print/transfig/files/patch-fig2dev_fig2dev.h (revision 546158) +++ head/print/transfig/files/patch-fig2dev_fig2dev.h (revision 546159) @@ -1,11 +1,20 @@ ---- fig2dev/fig2dev.h.orig 2010-03-16 11:53:20.000000000 -0700 -+++ fig2dev/fig2dev.h 2011-06-16 22:23:27.000000000 -0700 -@@ -214,7 +214,7 @@ +--- fig2dev/fig2dev.h.orig 2010-03-16 18:53:20 UTC ++++ fig2dev/fig2dev.h +@@ -126,7 +126,7 @@ extern int PSisomap[]; + extern char *prog, *from, *to; + extern char *name; + extern double font_size; +-Boolean correct_font_size; /* use correct font size */ ++extern Boolean correct_font_size; /* use correct font size */ + extern double mag, fontmag; + extern FILE *tfp; + +@@ -214,7 +214,7 @@ struct Cmap { #endif /* MAXPATHLEN */ #endif /* PATH_MAX */ -#if ( !defined(__NetBSD__) && !defined(__DARWIN__) && !defined(__FreeBSD) ) +#if ( !defined(__NetBSD__) && !defined(__DARWIN__) && !defined(__FreeBSD__) ) extern int sys_nerr, errno; #endif