reopen 319955
thanks

>  sdlperl (1.20.3-2) unstable; urgency=low
>  .
>    * Acknowledge NMU by Graham Wilson (Closes: #320548, #322435). Thank you.
>    * debian/control:
>      + Set policy to 3.6.2.1.
>      + Build-depend on libpng12-dev (Closes: #303703).
>    * debian/copyright:
>      + Updated the FSF address.
>    * Makefile.PL:
>      + Support for GNU/kFreeBSD, thanks to Aurélien Jarno (Closes: #319955).

Thanks, but you have not applied the patch correctly. GNU/kFreeBSD
should use the linux version of the Makefile, as it is actually the
Glibc version of the Makefile. Makefile.freebsd is for the FreeBSD libc.

Please find attached a patch to fix that. 

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u sdlperl-1.20.3/Makefile.PL sdlperl-1.20.3/Makefile.PL
--- sdlperl-1.20.3/Makefile.PL
+++ sdlperl-1.20.3/Makefile.PL
@@ -8,7 +8,7 @@
        linux   => "Makefile.linux",
        win32   => "Makefile.win32",
        freebsd => "Makefile.freebsd",
-       gnukfreebsd => "Makefile.freebsd",
+       gnukfreebsd => "Makefile.linux",
 );
 
 #

Reply via email to