freebsd-ports/print/gtklp/files/patch-gtklp_gtklp.c
Kyle Evans e4c0edb958 print/gtklp: fix build with -fno-common
Just a couple of duplicate symbols here.

PR:		248852
MFH:		2020Q3 (-fno-common build fix)
2020-08-29 01:40:29 +00:00

10 lines
256 B
C

--- gtklp/gtklp.c.orig 2019-11-01 16:27:28 UTC
+++ gtklp/gtklp.c
@@ -119,7 +119,6 @@ ppd_file_t *printerPPD;
int PPDopen;
char *PPDfilename;
int conflict_active;
-int nox;
int num_commandline_opts;
cups_option_t *commandline_opts;
char nupLayout[5];