Package: pcsc-perl
Severity: important

Hi Ludovic,

currently your package FTBFS on GNU/kFreeBSD because this OS isn't
supported yet (the build error is quite long and not really relevant,
so not pasting it, although it is usually the habit).

Build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=pcsc-perl>.

As you'll see in the attached patch, adding support for GNU/kFreeBSD is
quite trivial. ;-)

Cheers,

-- 
Cyril Brulebois
--- pcsc-perl-1.4.5/PCSCperl.h  2007-03-06 06:37:30.160815000 +0100
+++ pcsc-perl-1.4.5/PCSCperl.h  2007-03-06 06:38:19.000000000 +0100
@@ -59,7 +59,7 @@
 #endif
 
 
-#ifdef __linux__
+#if (defined __linux__) || (defined __FreeBSD_kernel__)
 #  include <dlfcn.h>
 #  include <pcsclite.h>
 #  define LOAD_LIB()      dlopen("libpcsclite.so.1", RTLD_LAZY)

Reply via email to