Package: gambas2 Version: 2.20.2-1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can inform upstream about this issue. Thanks in advance Petr --- main/gbc/gbi.c +++ main/gbc/gbi.c @@ -43,7 +43,7 @@ #include <dlfcn.h> -#if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_FREEBSD) +#if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_FREEBSD) || defined(__GLIBC__) #define lt_dlinit() (0) #define lt_dlhandle void * #define lt_dlopenext(_path) dlopen(_path, RTLD_LAZY) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org