pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libcares



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 29 14:24:33 UTC 2016

Modified Files:
        pkgsrc/net/libcares: Makefile

Log Message:
Use gmake to allow "make -j" build.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/libcares/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libcares/Makefile
diff -u pkgsrc/net/libcares/Makefile:1.17 pkgsrc/net/libcares/Makefile:1.18
--- pkgsrc/net/libcares/Makefile:1.17   Thu Sep 29 14:19:59 2016
+++ pkgsrc/net/libcares/Makefile        Thu Sep 29 14:24:33 2016
@@ -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 @@ LICENSE=      mit
 
 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