diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 14:51:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 14:51:29 +0000 |
commit | 5cda3e9f7f2ca63853314f1b170889211a4900ae (patch) | |
tree | 8e10d6ac4deb93d1b8ef42cd52977014e2eac642 /package/libs/gettext-full/patches/001-no_examples_and_tests.patch | |
parent | cdaf75b641e6f55ed8de286d1db81d0338add315 (diff) | |
download | mtk-20170518-5cda3e9f7f2ca63853314f1b170889211a4900ae.zip mtk-20170518-5cda3e9f7f2ca63853314f1b170889211a4900ae.tar.gz mtk-20170518-5cda3e9f7f2ca63853314f1b170889211a4900ae.tar.bz2 |
gettext-full: update to v0.19.4
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43896
Diffstat (limited to 'package/libs/gettext-full/patches/001-no_examples_and_tests.patch')
-rw-r--r-- | package/libs/gettext-full/patches/001-no_examples_and_tests.patch | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/package/libs/gettext-full/patches/001-no_examples_and_tests.patch b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch index 3660413..373b4a1 100644 --- a/package/libs/gettext-full/patches/001-no_examples_and_tests.patch +++ b/package/libs/gettext-full/patches/001-no_examples_and_tests.patch @@ -1,22 +1,22 @@ ---- a/gettext-runtime/Makefile.in -+++ b/gettext-runtime/Makefile.in -@@ -251,7 +251,7 @@ ETAGS = etags - CTAGS = ctags - CSCOPE = cscope - DIST_SUBDIRS = doc intl intl-java intl-csharp gnulib-lib libasprintf \ -- src po man m4 tests -+ src po man m4 - DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) - distdir = $(PACKAGE)-$(VERSION) - top_distdir = $(distdir) ---- a/gettext-tools/Makefile.in -+++ b/gettext-tools/Makefile.in -@@ -1503,7 +1503,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ +--- a/gettext-runtime/Makefile.am ++++ b/gettext-runtime/Makefile.am +@@ -28,7 +28,7 @@ SUBDIR_libasprintf = libasprintf + else + SUBDIR_libasprintf = + endif +-SUBDIRS = doc intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po man m4 tests ++SUBDIRS = intl intl-java intl-csharp gnulib-lib $(SUBDIR_libasprintf) src po m4 + + EXTRA_DIST = BUGS + +--- a/gettext-tools/Makefile.am ++++ b/gettext-tools/Makefile.am +@@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 --SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples -+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 - # Allow users to use "gnulib-tool --update". +-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples ++SUBDIRS = intl gnulib-lib libgrep src libgettextpo po projects styles misc m4 + EXTRA_DIST = misc/DISCLAIM + MOSTLYCLEANFILES = core *.stackdump |