On 8/2/20 1:24 PM, Sudip Mukherjee wrote:
> Control: tags 957959 + patch
> Control: tags 957959 + pending
> 
> Dear maintainer,
> 
> I've prepared an NMU for wmxres (versioned as 1.2-10.2) and
> uploaded it to DELAYED/5. Please feel free to tell me if I
> should cancel it.
> 
> Added Doug Torrance in Cc as he intends to adopt this package.
> 
> --
> Regards
> Sudip
> 
> diff -Nru wmxres-1.2/debian/changelog wmxres-1.2/debian/changelog
> --- wmxres-1.2/debian/changelog       2017-01-08 16:42:39.000000000 +0000
> +++ wmxres-1.2/debian/changelog       2020-08-02 17:57:54.000000000 +0100
> @@ -1,3 +1,10 @@
> +wmxres (1.2-10.2) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Fix ftbfs with GCC-10. (Closes: #957959)
> +
> + -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Sun, 02 Aug 2020 17:57:54 
> +0100
> +
>   wmxres (1.2-10.1) unstable; urgency=medium
>   
>     * Non-maintainer upload.
> diff -Nru wmxres-1.2/wmgeneral/wmgeneral.c wmxres-1.2/wmgeneral/wmgeneral.c
> --- wmxres-1.2/wmgeneral/wmgeneral.c  1999-11-13 15:11:18.000000000 +0000
> +++ wmxres-1.2/wmgeneral/wmgeneral.c  2020-08-02 14:16:24.000000000 +0100
> @@ -45,6 +45,7 @@
>   GC                  NormalGC;
>   XpmIcon             wmgen;
>   Pixmap              pixmask;
> +Display              *display;
>   
>     /*****************/
>    /* Mouse Regions */
> diff -Nru wmxres-1.2/wmgeneral/wmgeneral.h wmxres-1.2/wmgeneral/wmgeneral.h
> --- wmxres-1.2/wmgeneral/wmgeneral.h  1998-06-20 10:44:45.000000000 +0100
> +++ wmxres-1.2/wmgeneral/wmgeneral.h  2020-08-02 14:15:52.000000000 +0100
> @@ -21,7 +21,7 @@
>    /* Global variable */
>   /*******************/
>   
> -Display              *display;
> +extern Display                       *display;
>   
>     /***********************/
>    /* Function Prototypes */
> 

Thanks you!  I've forwarded the patch upstream:

https://groups.google.com/g/wmaker-dev/c/6PCXjwT1odk

Reply via email to