pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/p5-PerlMagick



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Dec 17 11:57:58 UTC 2021

Modified Files:
        pkgsrc/graphics/p5-PerlMagick: Makefile

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.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/graphics/p5-PerlMagick/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/p5-PerlMagick/Makefile
diff -u pkgsrc/graphics/p5-PerlMagick/Makefile:1.169 pkgsrc/graphics/p5-PerlMagick/Makefile:1.170
--- pkgsrc/graphics/p5-PerlMagick/Makefile:1.169        Sun Dec 12 09:38:04 2021
+++ pkgsrc/graphics/p5-PerlMagick/Makefile      Fri Dec 17 11:57:58 2021
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.169 2021/12/12 09:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.170 2021/12/17 11:57:58 schmonz Exp $
 
+PKGREVISION=   1
 .include "../../graphics/ImageMagick/Makefile.common"
 
 PKGNAME=       p5-PerlMagick-${DISTVERSION}
@@ -16,6 +17,7 @@ CONFIGURE_ARGS+=      --with-perl=${PERL5:Q}
 
 PERL5_CONFIGURE=       no
 PERL5_CONFIGURE_DIRS=  ${WRKSRC}/PerlMagick
+PERL5_LDFLAGS=         -lMagickCore-7.Q16HDRI
 PERL5_PACKLIST=                auto/Image/Magick/.packlist
 BUILD_DIRS=            ${PERL5_CONFIGURE_DIRS}
 



Home | Main Index | Thread Index | Old Index