(If possible, please preserve the [EMAIL PROTECTED] address in any replies.)
What follows is a request to add support for GNU/kFreeBSD. Thanks Petr Salinger <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]