pkgsrc/mail/cyrus-imapd21/patches/patch-ai
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
310 B
Text

$NetBSD: patch-ai,v 1.1 2002/11/15 11:49:08 seb Exp $
--- lib/Makefile.in.orig Sat May 25 21:57:47 2002
+++ lib/Makefile.in
@@ -60,7 +60,7 @@ DEFS = @DEFS@
CPPFLAGS = -I.. @CPPFLAGS@ @SASLFLAGS@
LIBS = @LIBS@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ @PERL_CCCDLFLAGS@
LDFLAGS = @LDFLAGS@
SHELL = /bin/sh