Bug#561065: orc: FTBFS on GNU/kFreeBSD

Cyril Brulebois kibi at debian.org
Mon Dec 14 04:23:22 UTC 2009


Package: orc
Version: 0.4.2-1
Severity: important
Tags: patch
User: debian-bsd at lists.debian.org
Usertags: kfreebsd

Hi,

your package FTBFS on GNU/kFreeBSD:
| configure: error: no code allocation backend

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=orc

The attached patch fixes this. You'll also have to run autoconf
afterwards (#558526).

Thanks for considering.

Mraw,
KiBi.
-------------- next part --------------
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,7 @@ case "${host_os}" in
   mingw*|cygwin*)
     AC_DEFINE(HAVE_CODEMEM_MALLOC, 1, [Use malloc to allocate code for execution])
     ;;
-  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*)
+  linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*)
     AC_DEFINE(HAVE_CODEMEM_MMAP, 1, [Use mmap to allocate code for execution])
     ;;
   *)


More information about the Pkg-gstreamer-maintainers mailing list