Package: sdlperl Severity: important Tags: patch Hi,
sdlperl currently fails to build on GNU/kFreeBSD. Please find below a very simple patch to support it: --- sdlperl-1.20.3.orig/Makefile.PL +++ sdlperl-1.20.3/Makefile.PL @@ -8,6 +8,7 @@ linux => "Makefile.linux", win32 => "Makefile.win32", freebsd => "Makefile.freebsd", + gnukfreebsd => "Makefile.linux", ); # Actually Makefile.linux should be renamed into Makefile.glibc as it has nothing specific to linux, it is rather specific to the glibc. Could you please include this patch in the next upload? Thanks for your cooperation, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.3-17 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]