From 53b60b8da196fcdfedf0a5e4b71fbc19454f4c68 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Thu, 12 Jan 2017 23:16:57 +0000 Subject: [PATCH] gawk: remove hack to disable multibyte support. --- sys-apps/gawk/gawk-4.1.4.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/gawk/gawk-4.1.4.recipe b/sys-apps/gawk/gawk-4.1.4.recipe index bd0f64a4a..21b3b9dfe 100644 --- a/sys-apps/gawk/gawk-4.1.4.recipe +++ b/sys-apps/gawk/gawk-4.1.4.recipe @@ -53,7 +53,6 @@ BUILD() libtoolize --force --copy --install runConfigure ./configure \ --disable-rpath --with-gnu-ld - sed -i '/.*HAVE_WCTYPE_H.*/c\#undef HAVE_WCTYPE_H' config.h make $jobArgs }