summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-07-07 12:56:26 +0000
committerobache <obache@pkgsrc.org>2014-07-07 12:56:26 +0000
commitfb3675b6cfecd7d7283c7e414219c8a3cd3e98d0 (patch)
tree445575c554d7d14a969ff7bf17dd8dee48fa1872
parent6284fd2fe94d50e61da93c82ad1590e023288be8 (diff)
downloadpkgsrc-fb3675b6cfecd7d7283c7e414219c8a3cd3e98d0.tar.gz
Exactly specify the location of libsodium to configure.
-rw-r--r--net/zeromq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/zeromq/Makefile b/net/zeromq/Makefile
index 442bc197302..0dae6d09376 100644
--- a/net/zeromq/Makefile
+++ b/net/zeromq/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2014/07/07 12:54:22 obache Exp $
+# $NetBSD: Makefile,v 1.17 2014/07/07 12:56:26 obache Exp $
DISTNAME= zeromq-4.0.4
CATEGORIES= net devel
@@ -26,6 +26,7 @@ CXXFLAGS+= -std=gnu++0x
.endif
.include "../../security/libsodium/buildlink3.mk"
+CONFIGURE_ARGS+= --with-libsodium=${BUILDLINK_PREFIX.libsodium}
.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS"
.include "../../devel/libuuid/buildlink3.mk"