Path to this page:
Subject: CVS commit: pkgsrc/graphics/p5-PerlMagick
From: Amitai Schleier
Date: 2021-12-17 12:57:58
Message id: 20211217115758.9DC8CFAEC@cvs.NetBSD.org
Log Message:
Explicitly pass -lMagickCore-7.Q16HDRI to PERL5_LDFLAGS, which is
redundant-but-harmless for most builds and missing-but-necessary on others.
Already worked, and verified not to change ldd output:
- CentOS 7 and 8
- Debian 9 and 10
- FreeBSD
- NetBSD (9.2 and -current)
- Tribblix
Fixes "undefined symbol: MagickCoreGenesis" thrown by `perl -e 'use
Image::Magick'`:
- Debian 11
- Devuan 4
- Ubuntu 14, 16, 18, 20
Bump PKGREVISION.
Files: