summaryrefslogtreecommitdiff
path: root/mail/fetchmail/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-29 02:39:21 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-29 02:39:21 +0000
commit25b4e6511279b4dd71f3c5172c21a3b9dae841d4 (patch)
treecc9840ed91d2d910534ed92985582a8df7c570c0 /mail/fetchmail/files
parentUpdate to version 1.2.10. (diff)
Enable internationalization support.
PR: 18840 Submitted by: R\xe9mi Guyomarch <rguyom@321.net> No complaints from: maintainer
Notes
Notes: svn path=/head/; revision=28858
Diffstat (limited to 'mail/fetchmail/files')
-rw-r--r--mail/fetchmail/files/patch-al13
-rw-r--r--mail/fetchmail/files/patch-am11
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