Package: zvbi
Version: 0.2.22-1
Hi,
the current version fails to build on GNU/kFreeBSD.
The first problem is, that on GNU/kFreeBSD exists macro RAW,
this collision can be fixed by
--- zvbi-0.2.22.orig/contrib/ntsc-cc.c
+++ zvbi-0.2.22/contrib/ntsc-cc.c
@@ -480,6 +480,10 @@
return 0;
}
+#ifdef RAW
+#undef RAW
+#endif
+
static int RAW(int data)
{
int b1, b2;
The second problem is packaging, as FreeBSD kernel and Linux kernel have
different features.
On GNU/kFreeBSD, there is no proxy, as a result (for kfreebsd):
- in libzvbi-dev should be ommitted line "usr/lib/libzvbi-chains.{so,a,la}"
- in zvbi.files should be ommitted "usr/sbin", maybe the whole binary package
Thanks for considering it.
Petr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]