diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 16:06:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-23 16:06:20 +0200 |
commit | 2683e5775c118ed5ea455ac7258c048c10265f37 (patch) | |
tree | 9b3a5fc4e039de6dc803fffa34ec0aa0229712a1 /package/findutils/patches/patch-configure_ac | |
parent | c8e6e0a8c7dfc3f4029afdbf9dca3afe9b20095c (diff) |
fix build when gettext autopoint is not there
Diffstat (limited to 'package/findutils/patches/patch-configure_ac')
-rw-r--r-- | package/findutils/patches/patch-configure_ac | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/package/findutils/patches/patch-configure_ac b/package/findutils/patches/patch-configure_ac index 34c03d76f..e9c55722d 100644 --- a/package/findutils/patches/patch-configure_ac +++ b/package/findutils/patches/patch-configure_ac @@ -1,5 +1,5 @@ --- findutils-4.4.2.orig/configure.ac 2009-05-16 17:27:39.000000000 +0200 -+++ findutils-4.4.2/configure.ac 2014-03-23 19:39:22.000000000 +0100 ++++ findutils-4.4.2/configure.ac 2014-04-23 15:58:08.081495622 +0200 @@ -77,8 +77,6 @@ AC_PROG_CPP dnl for gnulib gl_EARLY @@ -9,3 +9,14 @@ AC_PROG_INSTALL AC_PROG_RANLIB dnl AC_PROG_LIBTOOL +@@ -204,10 +202,6 @@ AC_CHECK_MEMBER(struct dirent.d_type,,,[ + + jy_AC_ATTRIBUTE_NORETURN + +-dnl internationalization macros +-AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION(0.14.5) +- + dnl regextype.c and regexprops.c are designed to be usable outside findutils, + dnl but findutils doesn't want to support all the regex types in gnulib, + dnl and wants to support an additional one (RE_SYNTAX_EMACS|RE_DOT_NEWLINE). |