zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.dk
Cc: Petr Salinger <Petr.Salinger@seznam.cz>, 485046@bugs.debian.org
Subject: Re: Bug#485046: zsh-beta: FTBFS on GNU/kFreeBSD
Date: Mon, 16 Jun 2008 22:48:01 +0000	[thread overview]
Message-ID: <20080616224801.GA19882@scru.org> (raw)
In-Reply-To: <Pine.LNX.4.62.0806072336390.27265@sci.felk.cvut.cz>

On Sat, Jun 07, 2008 at 11:44:18PM +0200, Petr Salinger wrote:
> Hi,
>
> the current version fails to build on GNU/kFreeBSD.
>
> It needs small tweak, see bellow.
>
> It would also be nice if you can ask upstream
> to include this change.

Okay.

Index: Src/system.h
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/system.h,v
retrieving revision 1.52
diff -u -r1.52 system.h
--- Src/system.h	4 May 2008 18:43:02 -0000	1.52
+++ Src/system.h	16 Jun 2008 22:46:19 -0000
@@ -37,7 +37,7 @@
 #endif
 #endif
 
-#ifdef __linux
+#if defined(__linux) || defined(__GLIBC__)
 /*
  * Turn on numerous extensions.
  * This is in order to get the functions for manipulating /dev/ptmx.


           reply	other threads:[~2008-06-16 22:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <Pine.LNX.4.62.0806072336390.27265@sci.felk.cvut.cz>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080616224801.GA19882@scru.org \
    --to=schizo@debian.org \
    --cc=485046@bugs.debian.org \
    --cc=Petr.Salinger@seznam.cz \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).