Kurt Roeckx <[EMAIL PROTECTED]> writes:

> Package: zvbi
> Version: 0.2.12-1
> Severity: serious
>
> Hi,

Hi,

> Your package is failing to build on all arches with the following
> error:
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..   -Wall -Wunused -Wmissing-prototypes 
> -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -I/usr/include/libpng10  
> -Wall -g -O2 -c `test -f 'wss.c' || echo './'`wss.c
> wss.c:44:21: libzvbi.h: No such file or directory

Michael, I did the patch below. Coul you apply, if this is the right fix ?

Christian

--- test/wss.c.orig     2005-01-21 20:05:20.000000000 +0100
+++ test/wss.c  2005-01-21 20:05:45.000000000 +0100
@@ -41,7 +41,7 @@
 #include <getopt.h>
 #endif
 
-#include "libzvbi.h"
+#include "src/libzvbi.h"
 
 #include <asm/types.h>         /* for videodev2.h */
 #include "src/videodev2k.h"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to