pkgsrc/mail/cyrus-imapd21/patches/patch-ag
seb 8a11fad5d6 Bump PKGREVISION
- Add dependency on autoconf and have auto{header,conf} run at pre-configure
  stage: this is need to avoid conflict between the distribution patch file for
  IPv6 and patch files.
- Pave the way for the removal of PERL5_GENERATE_PLIST from bsd.pkg.mk:
  use perl5/module.mk with PERL5_CONFIGURE=NO.
- Ensure relocatable objects are created so that when the Perl modules are
  linked they are composed wholly from relocatable objects.
  We query perl for how to compile a source file into a relocatable object file.
  Thanks again jlam for this.
2002-11-15 11:49:07 +00:00

13 lines
390 B
Text

$NetBSD: patch-ag,v 1.1 2002/11/15 11:49:08 seb Exp $
--- sieve/Makefile.in.orig Tue Feb 19 19:09:45 2002
+++ sieve/Makefile.in
@@ -35,7 +35,7 @@ COMPILE_ET = @COMPILE_ET@
DEFS = @DEFS@
CPPFLAGS = -I. -I.. -I$(srcdir) -I$(srcdir)/../lib @COM_ERR_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
LDFLAGS = @LDFLAGS@
MAKEDEPEND = @MAKEDEPEND@