diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:05:27 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:05:27 +0000 |
commit | 19f264b942820558dcd21c47997c67ee5cca3a37 (patch) | |
tree | 1c042d2ef2ca01e2ad1cb051987a662919e55bcc /devel/gettext-old/files/patch-gettext-tools_Makefile.in | |
parent | Fix OPTIONS (diff) |
Update gettext-old to 0.12.1, re-add and reconnect to build.
Diffstat (limited to 'devel/gettext-old/files/patch-gettext-tools_Makefile.in')
-rw-r--r-- | devel/gettext-old/files/patch-gettext-tools_Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/gettext-old/files/patch-gettext-tools_Makefile.in b/devel/gettext-old/files/patch-gettext-tools_Makefile.in new file mode 100644 index 000000000000..ccb82ccabc8c --- /dev/null +++ b/devel/gettext-old/files/patch-gettext-tools_Makefile.in @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- 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. |