Date: Sun, 22 May 2016 20:17:56 +0000 (UTC) From: "Pedro F. Giffuni" <pfg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300435 - head/gnu/usr.bin/grep Message-ID: <201605222017.u4MKHudV013976@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pfg Date: Sun May 22 20:17:55 2016 New Revision: 300435 URL: https://svnweb.freebsd.org/changeset/base/300435 Log: gnugrep: Update the configuration. The only effect is that it will use our native iconv(3). Relnotes: yes Modified: head/gnu/usr.bin/grep/config.h Modified: head/gnu/usr.bin/grep/config.h ============================================================================== --- head/gnu/usr.bin/grep/config.h Sun May 22 20:12:07 2016 (r300434) +++ head/gnu/usr.bin/grep/config.h Sun May 22 20:17:55 2016 (r300435) @@ -98,7 +98,7 @@ #define HAVE_GETUID 1 /* Define if you have the iconv() function. */ -/* #undef HAVE_ICONV */ +#define HAVE_ICONV 1 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605222017.u4MKHudV013976>