mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Revert "procps-ng: fix watch with 8bit support enabled on musl (from chris2)."
This reverts commit aeb80306a5
.
This commit is contained in:
parent
fe267d9908
commit
b2b76c6dfc
2 changed files with 1 additions and 16 deletions
|
@ -1,15 +0,0 @@
|
||||||
Define _XOPEN_SOURCE_EXTENDED to declare NCURSES_WIDECHAR for
|
|
||||||
widechar ncurses support with !glibc.
|
|
||||||
|
|
||||||
--- watch.c.orig 2015-03-17 12:04:11.025226853 +0100
|
|
||||||
+++ watch.c 2015-03-17 12:04:29.568180561 +0100
|
|
||||||
@@ -51,7 +51,9 @@
|
|
||||||
#ifdef WITH_WATCH8BIT
|
|
||||||
# include <wchar.h>
|
|
||||||
# include <wctype.h>
|
|
||||||
+# define _XOPEN_SOURCE_EXTENDED
|
|
||||||
# include <ncurses.h>
|
|
||||||
+# undef _XOPEN_SOURCE_EXTENDED
|
|
||||||
#else
|
|
||||||
# include <ncurses.h>
|
|
||||||
#endif /* WITH_WATCH8BIT */
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'procps-ng'
|
# Template file for 'procps-ng'
|
||||||
pkgname=procps-ng
|
pkgname=procps-ng
|
||||||
version=3.3.10
|
version=3.3.10
|
||||||
revision=5
|
revision=4
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin
|
configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin
|
||||||
|
|
Loading…
Add table
Reference in a new issue