zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#485046: zsh-beta: FTBFS on GNU/kFreeBSD
       [not found] <Pine.LNX.4.62.0806072336390.27265@sci.felk.cvut.cz>
@ 2008-06-16 22:48 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2008-06-16 22:48 UTC (permalink / raw)
  To: zsh-workers; +Cc: Petr Salinger, 485046

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-16 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.62.0806072336390.27265@sci.felk.cvut.cz>
2008-06-16 22:48 ` Bug#485046: zsh-beta: FTBFS on GNU/kFreeBSD Clint Adams

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).