Hi,
On Sat, Jun 08, 2019 at 09:42:28PM +0200, Reiner Herrmann wrote:
> Control: tags -1 + patch
> 
> Hi,
> 
> the attached patch fixes this FTBFS by moving the libraries to the end
> of the command line.

Thanks. Feel tree to NMU if you feel like it.
Cheers,
 -- Guido

> 
> Kind regards,
>   Reiner

> diff -u wmwave-0.4/Makefile wmwave-0.4/Makefile
> --- wmwave-0.4/Makefile
> +++ wmwave-0.4/Makefile
> @@ -21,7 +21,7 @@
>       cc $(CFLAGS) -I/usr/X11R6/share/include -c wmwave.c -o $*.o
>  
>  wmwave: $(OBJS) wmwave.o
> -     cc $(CFLAGS) -o wmwave $(OBJS) -lXext $(LIBDIR) $(LIBS) wmwave.o
> +     cc $(CFLAGS) -o wmwave $(OBJS) $(LIBDIR) wmwave.o -lXext $(LIBS)
>  
>  all:: wmwave
>  

Reply via email to