diff options
Diffstat (limited to 'devel/gettext/patches/patch-ad')
-rw-r--r-- | devel/gettext/patches/patch-ad | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/devel/gettext/patches/patch-ad b/devel/gettext/patches/patch-ad index 9926fc7b453..d88faf77590 100644 --- a/devel/gettext/patches/patch-ad +++ b/devel/gettext/patches/patch-ad @@ -1,22 +1,23 @@ -$NetBSD: patch-ad,v 1.3 2006/02/05 22:45:53 joerg Exp $ +$NetBSD: patch-ad,v 1.4 2011/04/12 17:41:28 adam Exp $ ---- gettext-tools/Makefile.in.orig 2006-02-03 15:55:59.000000000 +0000 +--- gettext-tools/Makefile.in.orig 2010-06-06 20:12:33.000000000 +0000 +++ gettext-tools/Makefile.in -@@ -348,7 +348,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ +@@ -1248,7 +1248,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies - ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4 --SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4 tests examples -+SUBDIRS = doc intl lib libgrep libuniname src po man tests - # 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. - EXTRA_DIST = misc/DISCLAIM Makefile.vms config.h_vms README.woe32 \ -@@ -774,7 +774,7 @@ info: info-recursive + ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 +-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples ++SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po man tests + + # Allow users to use "gnulib-tool --update". + +@@ -1765,8 +1765,7 @@ info: info-recursive info-am: --install-data-am: install-gettextsrcSCRIPTS +-install-data-am: install-examplesbuildauxDATA \ +- install-gettextsrcSCRIPTS +install-data-am: - install-exec-am: + install-dvi: install-dvi-recursive |