1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/cyrus-imapd23/files/extra-patch-configure.in
2009-12-21 15:39:10 +00:00

14 lines
601 B
Plaintext

Index: configure.in
diff -u configure.in.orig configure.in
--- configure.in.orig 2009-12-21 23:17:00.962723262 +0900
+++ configure.in 2009-12-21 23:18:07.032701766 +0900
@@ -1145,7 +1145,7 @@
dnl libraries will be compiled as PIC if perl requires PIC objects
dnl -- this is needed on NetBSD and Linux, but seems to cause problems on atleast Solaris --
case "${target_os}" in
- linux*|netbsd*)
+ linux*|netbsd*|freebsd*)
AC_MSG_CHECKING(for perl cccdlflags needed on "${target_os}")
eval `${PERL} -V:cccdlflags`
PERL_CCCDLFLAGS="$cccdlflags"