
Package: clisp Version: 1:2.38-3 Severity: important Tags: patch Hi, The current version of clisp fails to build on GNU/kFreeBSD. Please find a small patch bellow, with fix for creating of shared libraries. It would also be nice if you can ask upstream to include this change. Thanks in advance Petr --- src/makemake.in~ 2006-05-05 17:52:01.000000000 +0200 +++ src/makemake.in 2006-05-05 17:52:01.000000000 +0200 @@ -1334,7 +1334,7 @@ freebsd2* | netbsd* | openbsd*) XCC_CREATESHARED='ld -Bshareable -o $lib $libs' ;; - freebsd3* | gnu* | linux* | cygwin* ) + freebsd3* | gnu* | linux* | cygwin* | k*bsd* ) XCC_CREATESHARED='$CC $CFLAGS $CLFLAGS -shared -o $lib $libs' ;; hpux9* | hpux10*)