diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-29 05:05:28 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-29 05:05:28 +0000 |
commit | 1ca82b0d3bf0c4ea8e257d953501b757e4b95ad2 (patch) | |
tree | 541c6cf46910247f918f05f4761dfbf8cad4714c /devel/gettext/patches/patch-ac | |
parent | be44d42b1a2e3db3c246846cdba230f692fd1be2 (diff) | |
download | pkgsrc-1ca82b0d3bf0c4ea8e257d953501b757e4b95ad2.tar.gz |
move installation of gettextize files to devel/gettext.
repair gettext build on fresh install. re-introduce gettextize file
installation. reported by: mycroft
Diffstat (limited to 'devel/gettext/patches/patch-ac')
-rw-r--r-- | devel/gettext/patches/patch-ac | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/gettext/patches/patch-ac b/devel/gettext/patches/patch-ac index 05103fce2d2..a98280b519a 100644 --- a/devel/gettext/patches/patch-ac +++ b/devel/gettext/patches/patch-ac @@ -1,15 +1,14 @@ -$NetBSD: patch-ac,v 1.1 2000/06/30 17:07:36 danw Exp $ +$NetBSD: patch-ac,v 1.2 2000/11/29 05:05:29 itojun Exp $ -Fix for shared libintl - ---- intl/Makefile.in.orig Fri Jun 23 03:38:59 2000 -+++ intl/Makefile.in Fri Jun 23 03:54:52 2000 -@@ -119,7 +119,7 @@ - $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \ - fi; \ +--- intl/Makefile.in.orig Mon Apr 27 14:53:18 1998 ++++ intl/Makefile.in Tue Nov 28 21:02:03 2000 +@@ -121,3 +121,3 @@ $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \ - $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \ + $(LIBTOOL) install -c libintl.la $(libdir); \ else \ - : ; \ +@@ -125,3 +125,3 @@ fi +-install-data: all ++install-data: + if test "$(PACKAGE)" = "gettext"; then \ |