summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-08-10 10:16:44 +0000
committerdrochner <drochner@pkgsrc.org>2010-08-10 10:16:44 +0000
commit0a0a166d17d532848d86f19600bdd2036db9a2ad (patch)
tree84d08f0b51001d84c686df975c613f2972d277b9
parent874c3ce442449e2da0d2c3afd26ed602326865c6 (diff)
downloadpkgsrc-0a0a166d17d532848d86f19600bdd2036db9a2ad.tar.gz
give "configure" a hint where to find zlib, hopefully helps PR pkg/43724
by RUMI Szabolcs
-rw-r--r--devel/libslang2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libslang2/Makefile b/devel/libslang2/Makefile
index 15931e90bd4..da6b8a8b184 100644
--- a/devel/libslang2/Makefile
+++ b/devel/libslang2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/08/09 12:21:48 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2010/08/10 10:16:44 drochner Exp $
#
DISTNAME= slang-2.2.2
@@ -27,6 +27,7 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --without-x
+CONFIGURE_ARGS+= --with-z=${BUILDLINK_PREFIX.zlib}
DLOPEN_REQUIRE_PTHREADS=no