diff options
Diffstat (limited to 'devel/gettext/files/patch-gettext-tools_Makefile.in')
-rw-r--r-- | devel/gettext/files/patch-gettext-tools_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-gettext-tools_Makefile.in b/devel/gettext/files/patch-gettext-tools_Makefile.in new file mode 100644 index 000000000000..b4b4bbbde36a --- /dev/null +++ b/devel/gettext/files/patch-gettext-tools_Makefile.in @@ -0,0 +1,11 @@ +--- gettext-tools/Makefile.in.orig Wed Jun 11 13:55:17 2003 ++++ gettext-tools/Makefile.in Wed Jun 11 13:55:27 2003 +@@ -207,7 +207,7 @@ + AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies + ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../config/m4 + +-SUBDIRS = doc intl lib libuniname src po projects misc man m4 tests ++SUBDIRS = doc intl lib libuniname src po projects misc man m4 + + # vms_jackets.h is a header that comes with Compaq's "porting library". + # KEEP_CRTL_SETLOCALE tells it to not override the native locale support. |