Control: reopen -1

On Tue, Jan 04, 2022 at 08:51:08AM +0000, Debian Bug Tracking System wrote:
> #912836: gkrellm-leds FTCBFS: compiles for the wrong architecture
> 
> It has been closed by Debian FTP Masters <[email protected]> 
> (reply to Christoph Biedl <[email protected]>).

Not quite. Please also apply the other half of the patch:

> diff -u gkrellm-leds-0.8.0/Makefile gkrellm-leds-0.8.0/Makefile
> --- gkrellm-leds-0.8.0/Makefile
> +++ gkrellm-leds-0.8.0/Makefile
> @@ -1,8 +1,9 @@
>  SHELL = /bin/sh
>  VPATH = src:src/pixmaps
>  
> -GTK_INCLUDE = `pkg-config gtk+-2.0 --cflags`
> -GTK_LIB = `pkg-config gtk+-2.0 --libs`
> +PKG_CONFIG ?= pkg-config
> +GTK_INCLUDE = `$(PKG_CONFIG) gtk+-2.0 --cflags`
> +GTK_LIB = `$(PKG_CONFIG) gtk+-2.0 --libs`
>  
>  X11_LIB = -L/usr/X11R6/lib -lX11 -lXtst
>  

Helmut

Reply via email to