summaryrefslogtreecommitdiff
path: root/archivers/liblzo
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-09 18:56:53 +0000
committerjlam <jlam@pkgsrc.org>2004-12-09 18:56:53 +0000
commit8edbd4e6b123b4e05818d4b1f4d4718ca8d25318 (patch)
treeb7b3b96d3ceaf0900674f7015187c01855a0d5b1 /archivers/liblzo
parentd0c053e3e97a4598c7f5b72640567e6b28465396 (diff)
downloadpkgsrc-8edbd4e6b123b4e05818d4b1f4d4718ca8d25318.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"