diff options
author | jlam <jlam@pkgsrc.org> | 2004-05-27 04:42:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-05-27 04:42:46 +0000 |
commit | cc1121c7445d7d8855c3d8ceb8f09795d29ebf80 (patch) | |
tree | 6a56a3eae2172b053b0cb52f8cbfe28a92da6d35 /mail | |
parent | c0859358d86ec9bffe23cb32f49f67260851dbee (diff) | |
download | pkgsrc-cc1121c7445d7d8855c3d8ceb8f09795d29ebf80.tar.gz |
We already patch the configure script in patch-af, but add the patch to
configure.in for completeness and for documentation purposes.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd22/distinfo | 3 | ||||
-rw-r--r-- | mail/cyrus-imapd22/patches/patch-am | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/distinfo b/mail/cyrus-imapd22/distinfo index a3c76fc88dc..3c48f7d1200 100644 --- a/mail/cyrus-imapd22/distinfo +++ b/mail/cyrus-imapd22/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/05/26 22:18:05 recht Exp $ +$NetBSD: distinfo,v 1.4 2004/05/27 04:42:46 jlam Exp $ SHA1 (cyrus-imapd-2.2.4.tar.gz) = 05c12b65c02e2b785b0c51ec604c6b0d91817167 Size (cyrus-imapd-2.2.4.tar.gz) = 1927519 bytes @@ -11,3 +11,4 @@ SHA1 (patch-ah) = c419672788766583c61ceb0a9328aa398cda0f09 SHA1 (patch-ai) = 4b9d3cca6d48af708d19c105d01477b22bbcba93 SHA1 (patch-ak) = 41e84dce4b633072ec4510b9ab237a8ecf538a2f SHA1 (patch-al) = a0e4d20bd11bf78f6ed2e8ee9e3cc7b8d7ba35c1 +SHA1 (patch-am) = eaf329864c74f4bc4df499c81024ab89a4eda712 diff --git a/mail/cyrus-imapd22/patches/patch-am b/mail/cyrus-imapd22/patches/patch-am new file mode 100644 index 00000000000..d66e7b8a061 --- /dev/null +++ b/mail/cyrus-imapd22/patches/patch-am @@ -0,0 +1,16 @@ +$NetBSD: patch-am,v 1.1 2004/05/27 04:42:46 jlam Exp $ + +--- configure.in.orig Tue Mar 9 13:08:38 2004 ++++ configure.in +@@ -924,6 +924,11 @@ + dnl and compile perl/cyradm + PERL_SUBDIRS="imap" + PERL="${with_perl}" ++dnl add perl cccdlflags when building libraries -- this ensures that the ++dnl libraries will be compiled as PIC if perl requires PIC objects ++ eval `${PERL} -V:cccdlflags` ++ PERL_CCCDLFLAGS="$cccdlflags" ++ AC_SUBST(PERL_CCCDLFLAGS) + fi + + dnl for timsieved |