diff options
author | obache <obache@pkgsrc.org> | 2010-02-11 08:27:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-11 08:27:09 +0000 |
commit | d38d71baafc591b82799599a0c8b8c7c5e8b25ad (patch) | |
tree | 6e2c87e260567e2dfe3bdd8748bbf7e95e86bb82 /mail/cyrus-imapd23/patches/patch-am | |
parent | c797597e6aa7d219aecced56574b27b75db3b973 (diff) | |
download | pkgsrc-d38d71baafc591b82799599a0c8b8c7c5e8b25ad.tar.gz |
Import cyrus-imapd-2.3.16 as mail/cyrus-imapd23.
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
Diffstat (limited to 'mail/cyrus-imapd23/patches/patch-am')
-rw-r--r-- | mail/cyrus-imapd23/patches/patch-am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/cyrus-imapd23/patches/patch-am b/mail/cyrus-imapd23/patches/patch-am new file mode 100644 index 00000000000..299976bb357 --- /dev/null +++ b/mail/cyrus-imapd23/patches/patch-am @@ -0,0 +1,19 @@ +$NetBSD: patch-am,v 1.1.1.1 2010/02/11 08:27:09 obache Exp $ + +--- tools/config2header.orig 2009-12-02 22:50:29.000000000 +0000 ++++ tools/config2header +@@ -79,6 +79,14 @@ while ($#ARGV >= 0) { + + my $use_gcc_extension = ($CC and $CC eq 'gcc'); + ++# ++# Skip any CC options such as -pipe ++# The last two parameters are the .c and .h files ++# ++while ($#ARGV > 1) { ++ shift @ARGV; ++} ++ + die "wrong number of arguments" if ($#ARGV != 1); + my ($cfile, $hfile) = @ARGV; + |