summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-30 23:03:25 +0000
committerjlam <jlam@pkgsrc.org>2002-01-30 23:03:25 +0000
commit6880d3e7200454cd9c0052b4a0707906f356b088 (patch)
treeb5bdfef97cec99e8b77b0b96ce9b5889f431303d /mail
parentbec9ad8a82caed2c3998085a25b57854708beb0f (diff)
downloadpkgsrc-6880d3e7200454cd9c0052b4a0707906f356b088.tar.gz
Remove -I$(includedir) from CPPFLAGS so that this package really is
strongly-buildlinked.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/distinfo3
-rw-r--r--mail/mutt-devel/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index d98b498f360..d8be5f5124b 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.11 2002/01/25 14:15:59 tron Exp $
+$NetBSD: distinfo,v 1.12 2002/01/30 23:03:25 jlam Exp $
SHA1 (mutt-1.3.27i.tar.gz) = f5f671369267811ff05c70ff757416d6429dbb56
Size (mutt-1.3.27i.tar.gz) = 2536093 bytes
SHA1 (patch-aa) = 8325c09e6ab9b43786571548359fa0be4f94d14c
SHA1 (patch-ab) = 24984804280b5db991a2a471eba39506369add70
SHA1 (patch-ac) = 4aa38ccf5454e4d3e79b8ddc8aad610b1c1bd6c2
+SHA1 (patch-ad) = 919093aa2162d8f7fd52d476d0c6835447f236d5
diff --git a/mail/mutt-devel/patches/patch-ad b/mail/mutt-devel/patches/patch-ad
new file mode 100644
index 00000000000..0cd92ebce72
--- /dev/null
+++ b/mail/mutt-devel/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.5 2002/01/30 23:03:25 jlam Exp $
+
+--- Makefile.in.orig Wed Jan 30 17:50:34 2002
++++ Makefile.in Wed Jan 30 17:56:07 2002
+@@ -144,7 +144,7 @@
+
+ INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
+
+-CPPFLAGS = @CPPFLAGS@ -I$(includedir)
++CPPFLAGS = @CPPFLAGS@
+
+ non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1.c pgpmicalg.c gnupgparse.c sha1.h doc/language.txt doc/language50.txt OPS.PGP doc/PGP-Notes.txt OPS.MIX remailer.c remailer.h pgpewrap.c contrib/pgp2.rc contrib/pgp5.rc contrib/gpg.rc mutt_ssl.c mutt_ssl.h README.SSL mutt_ssl_nss.c pgppacket.c pgppacket.h
+