summaryrefslogtreecommitdiff
path: root/archivers/liblzo
diff options
context:
space:
mode:
authorjlam <jlam>2004-12-09 18:56:53 +0000
committerjlam <jlam>2004-12-09 18:56:53 +0000
commit4e102bf33eaa02e19ad8df7471bedd12f9c37d6f (patch)
treeb7b3b96d3ceaf0900674f7015187c01855a0d5b1 /archivers/liblzo
parent79fc6a56805b8ca131615c19a4ae0176d2018c25 (diff)
downloadpkgsrc-4e102bf33eaa02e19ad8df7471bedd12f9c37d6f.tar.gz
Prevent libz from being seen using "the buildlink way" instead of passing
environment variables to the configure script.
Diffstat (limited to 'archivers/liblzo')
-rw-r--r--archivers/liblzo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile
index 346ba489d5a..c1323962a61 100644
--- a/archivers/liblzo/Makefile
+++ b/archivers/liblzo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:13:04 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/12/09 18:56:53 jlam Exp $
#
DISTNAME= lzo-1.08
@@ -19,6 +19,6 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
# Don't spuriously detect zlib, as it's not needed for the library.
-CONFIGURE_ENV+= ac_cv_lib_z_gzputs=no
+BUILDLINK_TRANSFORM+= rm:-lz
.include "../../mk/bsd.pkg.mk"