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-Makefile_am | |
parent | c8e6e0a8c7dfc3f4029afdbf9dca3afe9b20095c (diff) |
fix build when gettext autopoint is not there
Diffstat (limited to 'package/findutils/patches/patch-Makefile_am')
-rw-r--r-- | package/findutils/patches/patch-Makefile_am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/findutils/patches/patch-Makefile_am b/package/findutils/patches/patch-Makefile_am new file mode 100644 index 000000000..40a1b3c5b --- /dev/null +++ b/package/findutils/patches/patch-Makefile_am @@ -0,0 +1,11 @@ +--- findutils-4.4.2.orig/Makefile.am 2009-05-16 17:17:01.000000000 +0200 ++++ findutils-4.4.2/Makefile.am 2014-04-23 16:03:42.290460470 +0200 +@@ -8,7 +8,7 @@ DISTCLEANFILES = tool-versions.txt + + + # "tests" is the gnulib unit test dir. +-SUBDIRS = gnulib tests build-aux lib find xargs locate doc po m4 ++SUBDIRS = gnulib tests build-aux lib find xargs locate m4 + + ACLOCAL_AMFLAGS = -I gnulib/m4 -I m4 + |