summaryrefslogtreecommitdiff
path: root/mail/mutt/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/patches/patch-ab')
-rw-r--r--mail/mutt/patches/patch-ab19
1 files changed, 7 insertions, 12 deletions
diff --git a/mail/mutt/patches/patch-ab b/mail/mutt/patches/patch-ab
index b62c781e548..8c64eaaef4d 100644
--- a/mail/mutt/patches/patch-ab
+++ b/mail/mutt/patches/patch-ab
@@ -1,26 +1,21 @@
-$NetBSD: patch-ab,v 1.10 2002/12/01 15:38:00 salo Exp $
+$NetBSD: patch-ab,v 1.11 2004/08/05 07:19:25 jlam Exp $
---- Makefile.in.orig Wed May 29 11:31:04 2002
-+++ Makefile.in Sun Dec 1 16:25:32 2002
-@@ -23,9 +23,11 @@
- sbindir = @sbindir@
- libexecdir = @libexecdir@
- datadir = @datadir@
--sysconfdir = @sysconfdir@
-+sysconfdir = @datadir@/examples/@PACKAGE@
-+realsysconfdir = @sysconfdir@
+--- Makefile.in.orig Thu Feb 12 03:52:26 2004
++++ Makefile.in
+@@ -26,6 +26,7 @@ datadir = @datadir@
+ sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
+localedir = $(prefix)/share/locale
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
-@@ -139,7 +141,7 @@
+@@ -139,7 +140,7 @@ makedoc_DEPENDENCIES =
CPP = @CPP@
-DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" -DHAVE_CONFIG_H=1
-+DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(realsysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H=1
++DEFS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(localedir)\" -DHAVE_CONFIG_H=1
INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl