head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.26.03.09.35; author mef; state Exp; branches; next ; commitid zjy9bR8Cua2JX6PG; desc @@ 1.1 log @(mail/cyrus-imapd32) Fix patching issue @ text @$NetBSD: patch-configure,v 1.1 2026/03/09 03:19:47 jnemeth Exp $ Fix SunOS build of the libcyrus.a library. --- configure.ac.orig 2026-07-26 12:00:31.894775992 +0900 +++ configure.ac 2026-07-26 12:00:54.397177001 +0900 @@@@ -2021,7 +2021,7 @@@@ dnl add perl cccdlflags when building li 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*|freebsd*|dragonfly*|openbsd*) + linux*|netbsd*|freebsd*|dragonfly*|openbsd*|solaris2*) AC_MSG_CHECKING(for perl cccdlflags needed on "${target_os}") eval `${PERL} -V:cccdlflags` PERL_CCCDLFLAGS="$cccdlflags" @