pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tor Pass --with-libevent-dir unconditionally, sin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46f0c9e25f0e
branches:  trunk
changeset: 538781:46f0c9e25f0e
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Feb 19 13:45:18 2008 +0000

description:
Pass --with-libevent-dir unconditionally,  since BUILDLINK_PREFIX.libevent is
unusable here yet.

diffstat:

 net/tor/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6add4fe7a6f0 -r 46f0c9e25f0e net/tor/Makefile
--- a/net/tor/Makefile  Tue Feb 19 13:44:09 2008 +0000
+++ b/net/tor/Makefile  Tue Feb 19 13:45:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2008/01/20 20:11:09 jschauma Exp $
+# $NetBSD: Makefile,v 1.52 2008/02/19 13:45:18 obache Exp $
 #
 
 DISTNAME=              tor-0.1.2.19
@@ -40,9 +40,7 @@
 OWN_DIRS_PERMS+=       ${PKG_HOME} ${USER_GROUP} 0700
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
-.if !empty(BUILDLINK_PREFIX.libevent)
 CONFIGURE_ARGS+=       --with-libevent-dir=${BUILDLINK_PREFIX.libevent:Q}
-.endif
 
 CONF_FILES+=           ${PREFIX}/share/examples/tor/tor-tsocks.conf    \
                                ${PKG_SYSCONFDIR}/tor-tsocks.conf



Home | Main Index | Thread Index | Old Index