pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/liblzo Prevent libz from being seen using "t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/423827f6148e
branches:  trunk
changeset: 485386:423827f6148e
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Dec 09 18:56:53 2004 +0000

description:
Prevent libz from being seen using "the buildlink way" instead of passing
environment variables to the configure script.

diffstat:

 archivers/liblzo/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 85874e427f44 -r 423827f6148e archivers/liblzo/Makefile
--- a/archivers/liblzo/Makefile Thu Dec 09 18:45:32 2004 +0000
+++ b/archivers/liblzo/Makefile Thu Dec 09 18:56:53 2004 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index