Debian Bug Tracking System <[EMAIL PROTECTED]> (26/03/2007):
> Thank you for the problem report you have sent regarding Debian.

And sorry for having forgotten the patch. Too many in a row, and
bugreport sent too quickly...

Here it is.

Cheers,

-- 
Cyril Brulebois
--- pdp-0.12.4/build-tree/pdp-0.12.4/configure	2007-03-26 06:35:22.658186000 +0200
+++ pdp-0.12.4/build-tree/pdp-0.12.4/configure	2007-03-26 06:35:39.000000000 +0200
@@ -3083,7 +3083,7 @@
 
 
 ARCH=`uname -s`
-if test $ARCH == Linux;
+if test $ARCH == "Linux" -o $ARCH == "GNU/kFreeBSD";
 then
 	PDP_LIBRARY_NAME=pdp.pd_linux
 
--- pdp-0.12.4/build-tree/pdp-0.12.4/configure.ac	2007-03-26 06:34:22.121284000 +0200
+++ pdp-0.12.4/build-tree/pdp-0.12.4/configure.ac	2007-03-26 06:36:07.000000000 +0200
@@ -100,7 +100,7 @@
 AC_CHECK_LIB(m,sin)
 
 ARCH=`uname -s`
-if test $ARCH == Linux;
+if test $ARCH == "Linux" -o $ARCH == "GNU/kFreeBSD";
 then
 	PDP_LIBRARY_NAME=pdp.pd_linux
 

Attachment: pgpI0y7noInfi.pgp
Description: PGP signature

Reply via email to