freebsd-ports/print/gtklp/files/patch-gtklp_gtklp__functions.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

20 lines
479 B
C

--- gtklp/gtklp_functions.c.orig 2019-11-01 16:27:28 UTC
+++ gtklp/gtklp_functions.c
@@ -57,17 +57,6 @@
#include "conflict.xpm"
#include "rarrow.xpm"
-unsigned topmargin, bottommargin, leftmargin, rightmargin;
-int imageScalingType;
-double imageScalingScalingValue;
-double imageScalingNaturalValue;
-double imageScalingPPIValue;
-int hasAskedPWD;
-
-ppd_file_t *printerPPD;
-
-GtkWidget *mainWindow;
-
#if GTK_MAJOR_VERSION == 1
GtkWidget *button_inst_save_label;
#else