diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-09 14:53:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-09 14:53:00 +0000 |
commit | e87ece832119012cb7767a245a18cd9b44972774 (patch) | |
tree | 9be08a9d4744b89f67f5cf179858240c7233cebd /mail/mutt/patches | |
parent | 2067528ff08dd9284a7617bc1ea61ddc6eda280e (diff) | |
download | pkgsrc-e87ece832119012cb7767a245a18cd9b44972774.tar.gz |
do not hardcode locale subdir to /usr/pkg/share/locale, or it will choke
on Solrais.
add "MAKE_ENV+=LIBS=-lintl", as automake and reconfiguration will remove
-lintl from Makefile.
Diffstat (limited to 'mail/mutt/patches')
-rw-r--r-- | mail/mutt/patches/patch-ai | 12 | ||||
-rw-r--r-- | mail/mutt/patches/patch-aj | 21 | ||||
-rw-r--r-- | mail/mutt/patches/patch-ak | 13 | ||||
-rw-r--r-- | mail/mutt/patches/patch-al | 31 |
4 files changed, 0 insertions, 77 deletions
diff --git a/mail/mutt/patches/patch-ai b/mail/mutt/patches/patch-ai deleted file mode 100644 index 1cb215b12a2..00000000000 --- a/mail/mutt/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.1 2000/11/02 06:57:32 itojun Exp $ - ---- po/Makefile.in.in- Thu Nov 2 15:53:03 2000 -+++ po/Makefile.in.in Thu Nov 2 15:53:20 2000 -@@ -126,6 +126,3 @@ - cat=`basename $$cat`; \ -- case "$$cat" in \ -- *.gmo) destdir=$(gnulocaledir);; \ -- *) destdir=$(localedir);; \ -- esac; \ -+ destdir=$(gnulocaledir); \ - lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ diff --git a/mail/mutt/patches/patch-aj b/mail/mutt/patches/patch-aj deleted file mode 100644 index 1b36e3580e4..00000000000 --- a/mail/mutt/patches/patch-aj +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2000/11/02 07:15:09 itojun Exp $ ---- aclocal.m4- Thu Nov 2 16:11:43 2000 -+++ aclocal.m4 Thu Nov 2 16:11:51 2000 -@@ -388,7 +388,7 @@ - [CATOBJEXT=.gmo - DATADIRNAME=share], - [CATOBJEXT=.mo -- DATADIRNAME=lib]) -+ DATADIRNAME=share]) - INSTOBJEXT=.mo - fi - fi -@@ -419,7 +419,7 @@ - USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.cat - INSTOBJEXT=.cat -- DATADIRNAME=lib -+ DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` diff --git a/mail/mutt/patches/patch-ak b/mail/mutt/patches/patch-ak deleted file mode 100644 index d86f81ac600..00000000000 --- a/mail/mutt/patches/patch-ak +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ak,v 1.1 2000/11/02 07:15:09 itojun Exp $ - ---- configure.in- Thu Nov 2 16:05:24 2000 -+++ configure.in Thu Nov 2 16:05:31 2000 -@@ -606,7 +606,7 @@ - MUTT_AM_GNU_GETTEXT - CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" - --MUTTLOCALEDIR=$mutt_cv_prefix/$DATADIRNAME/locale -+MUTTLOCALEDIR=$mutt_cv_prefix/share/locale - AC_SUBST(MUTTLOCALEDIR) - AC_DEFINE_UNQUOTED(MUTTLOCALEDIR, "$MUTTLOCALEDIR") - diff --git a/mail/mutt/patches/patch-al b/mail/mutt/patches/patch-al deleted file mode 100644 index 793d35e45ad..00000000000 --- a/mail/mutt/patches/patch-al +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-al,v 1.1 2000/11/02 07:15:10 itojun Exp $ - ---- configure.orig Sat Jul 29 03:50:27 2000 -+++ configure Thu Nov 2 16:05:11 2000 -@@ -6045,7 +6045,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -6307,7 +6307,7 @@ - USE_INCLUDED_LIBINTL=yes - CATOBJEXT=.cat - INSTOBJEXT=.cat -- DATADIRNAME=lib -+ DATADIRNAME=share - INTLDEPS='$(top_builddir)/intl/libintl.a' - INTLLIBS=$INTLDEPS - LIBS=`echo $LIBS | sed -e 's/-lintl//'` -@@ -6602,7 +6602,7 @@ - - CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl" - --MUTTLOCALEDIR=$mutt_cv_prefix/$DATADIRNAME/locale -+MUTTLOCALEDIR=$mutt_cv_prefix/share/locale - - cat >> confdefs.h <<EOF - #define MUTTLOCALEDIR "$MUTTLOCALEDIR" |