pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt Don't pass $(top_srcdir)/intl to the compile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d35ef7764e2
branches:  trunk
changeset: 471063:1d35ef7764e2
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Mar 16 16:52:58 2004 +0000

description:
Don't pass $(top_srcdir)/intl to the compiler.  It's unneeded since
the mutt Makefiles already automatically add "intl" to the list of
directories to search for headers, and it fixes breakage when the
shell tries to execute "top_srcdir".

diffstat:

 mail/mutt/distinfo         |   3 ++-
 mail/mutt/patches/patch-al |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 1ae03dfe125c -r 1d35ef7764e2 mail/mutt/distinfo
--- a/mail/mutt/distinfo        Tue Mar 16 16:19:37 2004 +0000
+++ b/mail/mutt/distinfo        Tue Mar 16 16:52:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2004/03/10 18:42:18 wiz Exp $
+$NetBSD: distinfo,v 1.20 2004/03/16 16:52:58 jlam Exp $
 
 SHA1 (mutt-1.4.2.1i.tar.gz) = 10fae2eef5a671d1ea6e17acd6e64cd1f37c3961
 Size (mutt-1.4.2.1i.tar.gz) = 2611253 bytes
@@ -13,3 +13,4 @@
 SHA1 (patch-ai) = 317b736d6b9a896e1ee185cce37a1c2184c02cde
 SHA1 (patch-aj) = a0ee2bc9a7b9e743e313101899de3d991a9d2cad
 SHA1 (patch-ak) = 689305356812d04bd3b490c436ed898a4b308136
+SHA1 (patch-al) = c3808f43556ec5de2d95afa4f0462f58314b3059
diff -r 1ae03dfe125c -r 1d35ef7764e2 mail/mutt/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mutt/patches/patch-al        Tue Mar 16 16:52:58 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.5 2004/03/16 16:52:58 jlam Exp $
+
+--- configure.orig     Thu Feb 12 03:51:57 2004
++++ configure
+@@ -7455,7 +7455,7 @@ fi
+ 
+ fi # libiconv
+ 
+-CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
++#CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
+ 
+ if test "$BUILD_INCLUDED_LIBINTL" = "yes"; then
+   cat >> confdefs.h <<\EOF



Home | Main Index | Thread Index | Old Index