SVN commit 12750 by tcberner:
Mark textproc/redland-bindings PERL option IGNORED.
It does not build with perl-5.20.
1) it #udefs bool in CORE_wrap.c and then has issues with bool not being
defined...
==> we could just remove the #undef similar to patch-SAML_wrap.c of
security/p5-Net-SaML
introduced in pr 194865 .
2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is
not passed
to the linker.
As no one seems to care for/need the perl binding, mark it IGNORED, and drop it
eventually...
unless someone speaks up.
M +1 -0 Makefile
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information