diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:20:22 +0000 |
commit | 4f6a1e7d738ed40af7b825e497b9835f89d34b95 (patch) | |
tree | 8d64de48ee1508f3bccf88ea4dad8be1a1bfe60e /misc/gnuls/files/patch-ab | |
parent | Update to version 1.12. (diff) |
Update to version 4.0.
PR: 10173
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=17220
Diffstat (limited to '')
-rw-r--r-- | misc/gnuls/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/gnuls/files/patch-ab b/misc/gnuls/files/patch-ab index 726d9ce99415..71d38f5eb53a 100644 --- a/misc/gnuls/files/patch-ab +++ b/misc/gnuls/files/patch-ab @@ -1,7 +1,7 @@ -*** intl/Makefile.in.orig Sun Aug 10 18:05:44 1997 ---- intl/Makefile.in Sun Aug 10 18:06:26 1997 +*** intl/Makefile.in.orig Fri Feb 19 19:20:37 1999 +--- intl/Makefile.in Fri Feb 19 19:20:54 1999 *************** -*** 97,103 **** +*** 109,115 **** # where configure found a previously installed GNU gettext library. # If you want to use the one which comes with this version of the # package, you have to use `configure --with-included-gettext'. @@ -9,12 +9,12 @@ install-exec: all if test "$(PACKAGE)" = "gettext" \ && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ ---- 97,104 ---- +--- 109,116 ---- # where configure found a previously installed GNU gettext library. # If you want to use the one which comes with this version of the # package, you have to use `configure --with-included-gettext'. ! install: -! @echo "Nothing to install in intl" +! @echo Nothing to install in intl install-exec: all if test "$(PACKAGE)" = "gettext" \ && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ |