From b2b76c6dfc6989bc2249481b29ff0eb4e07d03d2 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 17 Mar 2015 15:00:35 +0100 Subject: [PATCH] Revert "procps-ng: fix watch with 8bit support enabled on musl (from chris2)." This reverts commit aeb80306a5ed107f3a9c54b5a382da8cd2eba7dc. --- .../patches/watch-8bit-ncurses-widec.patch | 15 --------------- srcpkgs/procps-ng/template | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 srcpkgs/procps-ng/patches/watch-8bit-ncurses-widec.patch diff --git a/srcpkgs/procps-ng/patches/watch-8bit-ncurses-widec.patch b/srcpkgs/procps-ng/patches/watch-8bit-ncurses-widec.patch deleted file mode 100644 index 80d7b963ab..0000000000 --- a/srcpkgs/procps-ng/patches/watch-8bit-ncurses-widec.patch +++ /dev/null @@ -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 - # include -+# define _XOPEN_SOURCE_EXTENDED - # include -+# undef _XOPEN_SOURCE_EXTENDED - #else - # include - #endif /* WITH_WATCH8BIT */ diff --git a/srcpkgs/procps-ng/template b/srcpkgs/procps-ng/template index e02336baff..7bd0682a02 100644 --- a/srcpkgs/procps-ng/template +++ b/srcpkgs/procps-ng/template @@ -1,7 +1,7 @@ # Template file for 'procps-ng' pkgname=procps-ng version=3.3.10 -revision=5 +revision=4 build_pie=yes build_style=gnu-configure configure_args="--exec-prefix=/ --bindir=/usr/bin --sbindir=/usr/sbin