From 5574d1b31e8ed631dda426b8d0e3cccd055953bb Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 22 May 2016 20:17:55 +0000 Subject: gnugrep: Update the configuration. The only effect is that it will use our native iconv(3). Relnotes: yes --- gnu/usr.bin/grep/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 6f7794e..5f00fb6 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -98,7 +98,7 @@ #define HAVE_GETUID 1 /* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ +#define HAVE_ICONV 1 /* Define if exists, doesn't clash with , and declares uintmax_t. */ @@ -260,7 +260,7 @@ /* #undef HAVE___ARGZ_STRINGIFY */ /* Define as const if the declaration of iconv() needs const. */ -/* #undef ICONV_CONST */ +#define ICONV_CONST /* Name of package */ #define PACKAGE "grep" -- cgit v1.1