svn commit: r300435 - head/gnu/usr.bin/grep

Pedro F. Giffuni pfg at FreeBSD.org
Sun May 22 20:17:57 UTC 2016


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"


More information about the svn-src-all mailing list