public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.9-xopen-source.patch
@ 2013-04-28  0:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-28  0:56 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/28 00:56:50

  Added:                ncurses-5.9-xopen-source.patch
  Log:
  Fix from upstream for handling of the _XOPEN_SOURCE define #462116 by William Throwe.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.1                  sys-libs/ncurses/files/ncurses-5.9-xopen-source.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-xopen-source.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-xopen-source.patch?rev=1.1&content-type=text/plain

Index: ncurses-5.9-xopen-source.patch
===================================================================
fix from upstream

https://bugs.gentoo.org/462116

--- a/include/curses.h.in
+++ b/include/curses.h.in
@@ -154,7 +154,7 @@ typedef unsigned @cf_cv_typeof_mmask_t@ mmask_t;
  * conflicting) when _XOPEN_SOURCE is 500 or greater.
  */
 #undef NCURSES_WIDECHAR
-#if defined(_XOPEN_SOURCE_EXTENDED) || defined(_XPG5)
+#if defined(_XOPEN_SOURCE_EXTENDED) || (defined(_XOPEN_SOURCE) && (_XOPEN_SOURCE - 0 >= 500))
 #define NCURSES_WIDECHAR
 #endif
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.9-xopen-source.patch
@ 2013-04-28 23:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2013-04-28 23:39 UTC (permalink / raw
  To: gentoo-commits

vapier      13/04/28 23:39:18

  Removed:              ncurses-5.9-xopen-source.patch
  Log:
  Drop xopen change as it does not backport well when paired with other features #462116.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-28 23:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28  0:56 [gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.9-xopen-source.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-28 23:39 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox