Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-configure,v 1.1 2016/06/11 18:33:22 wiz Exp $
Fix unportable test(1) operator.
--- configure.orig 2016-06-09 16:12:51.000000000 +0000
+++ configure
@@ -40378,7 +40378,7 @@ fi
fi
-if test "X$with_cares" == "Xyes"; then :
+if test "X$with_cares" = "Xyes"; then :
pkg_failed=no