diff options
author | skrll <skrll@pkgsrc.org> | 2001-09-18 21:57:17 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-09-18 21:57:17 +0000 |
commit | 563874d0b06cb2d7f85632222aeb3395c74df81f (patch) | |
tree | 87060133de00f2cf868b0852a96c56bb5add6812 /mail/cyrus-imapd/patches | |
parent | 5b79969881234e338e76b1633ea23018a176e3c6 (diff) | |
download | pkgsrc-563874d0b06cb2d7f85632222aeb3395c74df81f.tar.gz |
Add files missed in last commit.
Diffstat (limited to 'mail/cyrus-imapd/patches')
-rw-r--r-- | mail/cyrus-imapd/patches/patch-ai | 20 | ||||
-rw-r--r-- | mail/cyrus-imapd/patches/patch-aj | 19 |
2 files changed, 39 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/patches/patch-ai b/mail/cyrus-imapd/patches/patch-ai new file mode 100644 index 00000000000..9b85ad5847e --- /dev/null +++ b/mail/cyrus-imapd/patches/patch-ai @@ -0,0 +1,20 @@ +$NetBSD: patch-ai,v 1.1 2001/09/18 21:57:17 skrll Exp $ + +--- perl/sieve/acap/Makefile.PL.orig Tue Jun 13 21:32:21 2000 ++++ perl/sieve/acap/Makefile.PL +@@ -42,6 +42,8 @@ + my $SASL_INC = $ENV{SASL_INC}; + my $SASL_LIB = $ENV{SASL_LIB} || "-lsasl"; + ++my $EXTRA_INC = $ENV{EXTRA_INC}; ++ + # See lib/ExtUtils/MakeMaker.pm for details of how to influence + # the contents of the Makefile that is written. + WriteMakefile( +@@ -49,5 +51,5 @@ + 'VERSION_FROM' => 'acap.pm', # finds $VERSION + 'LIBS' => ["-L../../../acap/ -lacap $SASL_LIB -L../../../lib/ -lcyrus -lssl -lcrypto"], # e.g., '-lm' + 'DEFINE' => '-DPERL_POLLUTE', # e.g., '-DHAVE_SOMETHING' +- 'INC' => "-I../../../acap/ $SASL_INC", # e.g., '-I/usr/include/other' ++ 'INC' => "-I../../../acap/ $SASL_INC $EXTRA_INC", # e.g., '-I/usr/include/other' + ); diff --git a/mail/cyrus-imapd/patches/patch-aj b/mail/cyrus-imapd/patches/patch-aj new file mode 100644 index 00000000000..f1ba6076d1d --- /dev/null +++ b/mail/cyrus-imapd/patches/patch-aj @@ -0,0 +1,19 @@ +$NetBSD: patch-aj,v 1.1 2001/09/18 21:57:17 skrll Exp $ + +--- perl/sieve/acap/Makefile.in.orig Tue May 23 21:56:40 2000 ++++ perl/sieve/acap/Makefile.in +@@ -49,7 +49,7 @@ + RANLIB = @RANLIB@ + + DEFS = @DEFS@ -Dbool=char -DHAS_BOOL +-CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ -I/usr/local/lib/perl5/5.004/CORE -I$(srcdir)/../../../acap ++CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ -I/usr/local/lib/perl5/5.004/CORE -I$(srcdir)/../../../acap @COM_ERR_CPPFLAGS@ + LIBS = @LIBS@ ../../../acap/libacapsieve.a ../../../acap/libacap.a + IMAP_LIBS = @IMAP_LIBS@ + DEPLIBS = ../../../acap/libacapsieve.a ../../../acap/libacap.a @DEPLIBS@ +@@ -92,4 +92,4 @@ + depend: + ${MAKEDEPEND} $(CPPFLAGS) $(DEFS) $(CFLAGS) *.c $(srcdir)/*.c 1> makedepend.log 2>&1 + +-# DO NOT DELETE THIS LINE -- make depend depends on it. ++# DO NOT DELETE THIS LINE -- make depend depends on it. |