Package: cdrkit
Severity: important
Version: 5:1.0~pre2-1
Hi,
the current version fails to build on GNU/kFreeBSD.
It have to add some detection logic for libcam into cmake.
In autoconf based build system, the test would be
AC_CHECK_HEADERS([camlib.h])
AC_CHECK_LIB(cam,cam_open_device)
Workaround is to use
make CFLAGS='$(CFLAGS) -DHAVE_CAMLIB_H -lcam'
instead of
make CFLAGS='$(CFLAGS)'
in debian/rules for GNU/kFreeBSD.
Thanks in advance
Petr
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]