[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#415100: nbio: FTBFS on GNU/k*BSD: missing OS detection



Package: nbio
Version: 2.0-14
Severity: important
Tags: patch

Hi,

please find attached a patch to make nbio build successfully on
GNU/kFreeBSD (at least) and maybe on other GNU/* platforms.

(Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=nbio>.)

Once applied, "autoconf" has to be run in the directory containing the
patched file.

Cheers,

-- 
Cyril Brulebois
--- nbio-2.0/seda/src/seda/nbio/jni/configure.in	2007-03-16 04:41:59.578489000 +0100
+++ nbio-2.0/seda/src/seda/nbio/jni/configure.in	2007-03-16 04:42:20.000000000 +0100
@@ -7,6 +7,8 @@
 case $host_os in
     solaris*)   PLATFORM=solaris;;
     linux-*)    PLATFORM=linux;;
+    k*bsd*)     PLATFORM=linux;;
+    gnu*)       PLATFORM=linux;;
 esac
 AC_SUBST(PLATFORM)
 

Reply to: