diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-05-28 20:34:49 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2004-05-28 20:34:49 +0000 |
commit | 9554ae5db2d335c0a157c9987a36af97b8f5a608 (patch) | |
tree | 9650f3912f88d913640c9eaa60dcf2c2570504fa /mail/cyrus-imapd22/files/extra-patch-configure.in | |
parent | - Fix build (diff) |
Update to 2.2.5.
Notes
Notes:
svn path=/head/; revision=110243
Diffstat (limited to 'mail/cyrus-imapd22/files/extra-patch-configure.in')
-rw-r--r-- | mail/cyrus-imapd22/files/extra-patch-configure.in | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/mail/cyrus-imapd22/files/extra-patch-configure.in b/mail/cyrus-imapd22/files/extra-patch-configure.in index 974d0c83fddb..1a89d771ee93 100644 --- a/mail/cyrus-imapd22/files/extra-patch-configure.in +++ b/mail/cyrus-imapd22/files/extra-patch-configure.in @@ -1,21 +1,13 @@ Index: configure.in diff -u configure.in.orig configure.in ---- configure.in.orig Wed Jan 7 07:08:07 2004 -+++ configure.in Sun Mar 7 23:53:03 2004 -@@ -925,6 +925,8 @@ - dnl and compile perl/cyradm - PERL_SUBDIRS="imap" - PERL="${with_perl}" +--- configure.in.orig Sat May 29 04:59:21 2004 ++++ configure.in Sat May 29 05:03:04 2004 +@@ -933,7 +933,7 @@ + dnl add perl cccdlflags when building libraries -- this ensures that the + dnl libraries will be compiled as PIC if perl requires PIC objects + dnl -- this is needed on NetBSD, but seems to cause problems on atleast Solaris -- +-dnl eval `${PERL} -V:cccdlflags` + eval `${PERL} -V:cccdlflags` -+ PERL_CCCDLFLAGS="$cccdlflags" + PERL_CCCDLFLAGS="$cccdlflags" + AC_SUBST(PERL_CCCDLFLAGS) fi - - dnl for timsieved -@@ -999,6 +1001,7 @@ - AC_SUBST(PERL_SUBDIRS) - AC_SUBST(PERL_DEPSUBDIRS) - AC_SUBST(PERL) -+AC_SUBST(PERL_CCCDLFLAGS) - - AH_TOP([ - /* $Id: configure.in,v 1.277 2004/01/06 22:08:07 rjs3 Exp $ */ |