pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tor USE_TOOLS+= gmake
details: https://anonhg.NetBSD.org/pkgsrc/rev/7868be35b7f0
branches: trunk
changeset: 592482:7868be35b7f0
user: gdt <gdt%pkgsrc.org@localhost>
date: Wed Sep 07 00:34:56 2011 +0000
description:
USE_TOOLS+= gmake
Build fails with BSD make. Reported to tor-talk@.
diffstat:
net/tor/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 36a17d012dc8 -r 7868be35b7f0 net/tor/Makefile
--- a/net/tor/Makefile Tue Sep 06 23:49:25 2011 +0000
+++ b/net/tor/Makefile Wed Sep 07 00:34:56 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2011/09/06 23:49:25 gdt Exp $
+# $NetBSD: Makefile,v 1.82 2011/09/07 00:34:56 gdt Exp $
#
DISTNAME= tor-0.2.2.32
@@ -17,6 +17,10 @@
.include "../../mk/bsd.prefs.mk"
USE_LANGUAGES= c99
+# tor is not documented to require GNU make, but it fails to build on
+# NetBSD 5.1 with (system) BSD make. Reported to
+# tor-talk%lists.torproject.org@localhost on 20110907.
+USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index