freebsd-ports/mail/cyrus-imapd24/files/extra-patch-configure.in
2004-05-28 20:34:49 +00:00

13 lines
535 B
Text

Index: configure.in
diff -u configure.in.orig configure.in
--- 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"
AC_SUBST(PERL_CCCDLFLAGS)
fi