pidgin: fix build on High Sierra

On macOS High Sierra ./configure does not detect the perl_run() function
and therefore errors out. This skips the problematic test.

Compilation still works. Perl plugin support has been verified to work
with the Perl Test Plugin from
https://docs.pidgin.im/pidgin/2.x.y/perl-howto.html

Signed-off-by: Konrad Gräfe <konradgraefe@aol.com>

Closes #43067.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Konrad Gräfe 2019-08-13 14:14:51 +02:00 committed by Chongyu Zhu
parent ed0d314cdf
commit cee8b112b4
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -49,6 +49,8 @@ class Pidgin < Formula
--without-x
]
ENV["ac_cv_func_perl_run"] = "yes" if MacOS.version == :high_sierra
system "./configure", *args
system "make", "install"