pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p5-Compress-Bzip2 p5-Compress-B...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/825c257e1472
branches:  trunk
changeset: 307990:825c257e1472
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 15 18:28:42 2018 +0000

description:
p5-Compress-Bzip2: Ensure the correct bzip2 is found.

diffstat:

 archivers/p5-Compress-Bzip2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 766eebcb4cae -r 825c257e1472 archivers/p5-Compress-Bzip2/Makefile
--- a/archivers/p5-Compress-Bzip2/Makefile      Tue May 15 16:28:59 2018 +0000
+++ b/archivers/p5-Compress-Bzip2/Makefile      Tue May 15 18:28:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2017/06/05 14:22:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2018/05/15 18:28:42 jperkin Exp $
 
 DISTNAME=      Compress-Bzip2-2.26
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,9 @@
 
 PERL5_PACKLIST=                auto/Compress/Bzip2/.packlist
 
+MAKE_ENV+=     BZLIB_INCLUDE=${BUILDLINK_PREFIX.bzip2}/include
+MAKE_ENV+=     BZLIB_LIB=${BUILDLINK_PREFIX.bzip2}/lib
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index