pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/p5-Compress-Bzip2
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 15 18:28:42 UTC 2018
Modified Files:
pkgsrc/archivers/p5-Compress-Bzip2: Makefile
Log Message:
p5-Compress-Bzip2: Ensure the correct bzip2 is found.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/archivers/p5-Compress-Bzip2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/p5-Compress-Bzip2/Makefile
diff -u pkgsrc/archivers/p5-Compress-Bzip2/Makefile:1.32 pkgsrc/archivers/p5-Compress-Bzip2/Makefile:1.33
--- pkgsrc/archivers/p5-Compress-Bzip2/Makefile:1.32 Mon Jun 5 14:22:17 2017
+++ pkgsrc/archivers/p5-Compress-Bzip2/Makefile Tue May 15 18:28:42 2018
@@ -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 @@ LICENSE= ${PERL5_LICENSE}
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