bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD


From: Rob Browning
Subject: Re: Bug#451178: emacs22: FTBFS on GNU/kFreeBSD
Date: Fri, 23 Nov 2007 16:49:40 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

(If possible, please preserve the 451178-forwarded@bugs.debian.org
 address in any replies.)

What follows is a request to add support for GNU/kFreeBSD.

Thanks

Petr Salinger <Petr.Salinger@seznam.cz> writes:

> Hi,
>
> the current version fails to build on GNU/kFreeBSD.
>
> It needs small tweak to configure.in/configure
> and related new opsys file.
> Please apply attached patch and regenerate configure.
>
> It would also be nice if you can ask upstream
> to include this changes.
>
> Thanks in advance
>
>                         Petr
>
>
> * apply and regenerate configure by autoconf
>
> only in patch2:
> unchanged:
> --- emacs22-22.1+1.orig/configure.in
> +++ emacs22-22.1+1/configure.in
> @@ -249,6 +249,19 @@
>      esac
>    ;;
>  
> +  ## FreeBSD kenrel + glibc based userland
> +  *-*-kfreebsd*gnu* )
> +    opsys=gnu-kfreebsd
> +    case "${canonical}" in
> +      alpha*-*-kfreebsd*)    machine=alpha ;;
> +      ia64-*-kfreebsd*)      machine=ia64 ;;
> +      sparc64-*-kfreebsd*)   machine=sparc ;;
> +      powerpc-*-kfreebsd*)   machine=macppc ;;
> +      i[3456]86-*-kfreebsd*) machine=intel386 ;;
> +      amd64-*-kfreebsd*|x86_64-*-kfreebsd*) machine=amdx86-64 ;;
> +    esac
> +  ;;
> +
>    ## NetBSD ports
>    *-*-netbsd* )
>      opsys=netbsd
> only in patch2:
> unchanged:
> --- emacs22-22.1+1.orig/src/s/gnu-kfreebsd.h
> +++ emacs22-22.1+1/src/s/gnu-kfreebsd.h
> @@ -0,0 +1,10 @@
> +
> +#include "gnu-linux.h"
> +
> +/* SYSTEM_TYPE should indicate the kind of system you are using.
> + It sets the Lisp variable system-type.  */
> +#undef SYSTEM_TYPE
> +#define SYSTEM_TYPE "gnu/kfreebsd"           /* All the best software is 
> free. */
> +
> +#define NO_TERMIO    /* use only <termios.h> */
> +

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]