head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.07.26.02.43.18; author mef; state Exp; branches; next ; commitid IKBONegrB4xkO6PG; desc @@ 1.1 log @(mail/cyrus-imapd312) Fix patching issue on some environment, See Following https://mail-index.netbsd.org/pkgsrc-users/2026/07/25/msg043234.html @ text @$NetBSD: patch-configure.ac,v 1.1 2026/07/25 06:11:48 mef Exp $ Fix SunOS build of the libcyrus.a library. --- configure.ac.orig 2025-06-27 12:01:15.000000000 +0900 +++ configure.ac 2026-07-26 11:29:44.895104813 +0900 @@@@ -2077,7 +2077,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" @