summaryrefslogtreecommitdiff
path: root/devel/gettext/files/patch-gettext-tools_Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
commita8ed54fcae54603575c22ca70ee23d80c12d819f (patch)
tree06faa3c6cf8b551b726c4f62f3c010ab37c944c2 /devel/gettext/files/patch-gettext-tools_Makefile.in
parentClean up the plist. (diff)
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use: portupgrade -rf gettext -m BATCH=yes To update this port. Tested by: Thierry Thomas <thierry@pompo.net> myself
Notes
Notes: svn path=/head/; revision=87643
Diffstat (limited to 'devel/gettext/files/patch-gettext-tools_Makefile.in')
-rw-r--r--devel/gettext/files/patch-gettext-tools_Makefile.in11
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.