From d7473fcbabeb43ea917cfbc175b6bec679e169de Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 23 Nov 2007 08:48:05 +0000 Subject: [PATCH] Clifford Wolf: Another strange wchar hotfix (this time for ncurses) [2007111922443195430] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8920 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/ncurses/wchar_hotfix.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/base/ncurses/wchar_hotfix.patch diff --git a/package/base/ncurses/wchar_hotfix.patch b/package/base/ncurses/wchar_hotfix.patch new file mode 100644 index 000000000..5371af4aa --- /dev/null +++ b/package/base/ncurses/wchar_hotfix.patch @@ -0,0 +1,16 @@ + +wchar.h must be included directly (and not via _G_config.h, which happens eg. +when including stdio.h before wchar.h). strange - can't reproduce it in the +chroot filesystem. ~~ Clifford + +--- ./ncurses/curses.priv.h 2007-11-19 20:35:11.000000000 +0000 ++++ ./ncurses/curses.priv.h 2007-11-19 20:39:07.000000000 +0000 +@@ -32,6 +32,8 @@ + * and: Thomas E. Dickey 1996-on * + ****************************************************************************/ + ++#include ++ + + /* + * $Id: curses.priv.h,v 1.314 2006/12/10 00:55:14 tom Exp $