diff options
Diffstat (limited to 'mail/fetchmail/files')
| -rw-r--r-- | mail/fetchmail/files/patch-al | 13 | ||||
| -rw-r--r-- | mail/fetchmail/files/patch-am | 11 |
2 files changed, 24 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-al b/mail/fetchmail/files/patch-al new file mode 100644 index 000000000000..2e891603d8b2 --- /dev/null +++ b/mail/fetchmail/files/patch-al @@ -0,0 +1,13 @@ +--- po/Makefile.in.in~ Mon Nov 23 06:42:00 1998 ++++ po/Makefile.in.in Sun May 21 23:17:50 2000 +@@ -19,8 +19,8 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale +-gnulocaledir = $(prefix)/share/locale ++localedir = $(prefix)/share/locale ++gnulocaledir = ${localedir} + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po + diff --git a/mail/fetchmail/files/patch-am b/mail/fetchmail/files/patch-am new file mode 100644 index 000000000000..8ee5f0d463b3 --- /dev/null +++ b/mail/fetchmail/files/patch-am @@ -0,0 +1,11 @@ +--- configure~ Sat May 27 12:41:32 2000 ++++ configure Sat May 27 12:45:12 2000 +@@ -5010,7 +5010,7 @@ + if test "$USE_NLS" = "yes" + then + echo 'Enabling internationalization support...' +- POMAKE='$(MAKE) -C po' ++ POMAKE='cd po ; $(MAKE)' + if test "x$prefix" != xNONE; then + EXTRADEFS="$EXTRADEFS -DLOCALEDIR='\"$prefix/share/locale\"'" + else |
