Control: 957569 tags +patch

Hallo,
* Matthias Klose [Fri, Apr 17 2020, 11:06:38AM]:
> Package: src:mtink
> Version: 1.0.16-10
> Severity: normal
> Tags: sid bullseye
> User: debian-...@lists.debian.org
> Usertags: ftbfs-gcc-10

I don't have time to make a full release but at least for that
problem: see attached patch.

If nobody steps forwared to do the QA upload, please ping me later.

Best regards,
Eduard.
Description: mark some structure declarations in shared header external
 This should never have worked anyway.
Author: Eduard Bloch <bl...@debian.org>
Bug-Debian: https://bugs.debian.org/957569

--- mtink-1.0.16.orig/mainSrc/mtink.h
+++ mtink-1.0.16/mainSrc/mtink.h
@@ -133,11 +133,11 @@ typedef struct wConfig_data_s

 #endif

-wConfig_data_t firstConfig;
-wConfig_data_t newPrinter;
+extern wConfig_data_t firstConfig;
+extern wConfig_data_t newPrinter;

-wConfig_data_t exchangeCartridge;
-wConfig_data_t alignHead;
+extern wConfig_data_t exchangeCartridge;
+extern wConfig_data_t alignHead;

 #if WITH_X
 extern Widget createNoPrinterBox(char *);

Reply via email to