pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libcares Use gmake to allow "make -j" build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11dbafa8c498
branches:  trunk
changeset: 353123:11dbafa8c498
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 29 14:24:33 2016 +0000

description:
Use gmake to allow "make -j" build.

diffstat:

 net/libcares/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b06510a20987 -r 11dbafa8c498 net/libcares/Makefile
--- a/net/libcares/Makefile     Thu Sep 29 14:20:09 2016 +0000
+++ b/net/libcares/Makefile     Thu Sep 29 14:24:33 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/09/29 14:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2016/09/29 14:24:33 wiz Exp $
 
 DISTNAME=      c-ares-1.12.0
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
@@ -12,7 +12,7 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-MAKE_JOBS_SAFE=        no
+USE_TOOLS+=    gmake
 
 PKGCONFIG_OVERRIDE+=   libcares.pc.in
 



Home | Main Index | Thread Index | Old Index