Package: zsh-beta
Severity: important
Version: 4.3.6-dev-0+20080605-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
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.
Thanks in advance
Petr
--- Src/system.h~ 2008-06-07 23:36:17.000000000 +0200
+++ Src/system.h 2008-06-07 23:36:17.000000000 +0200
@@ -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.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]