pkgsrc-ng/lang/php70/patches/patch-makedist
2016-10-14 07:49:11 +02:00

14 lines
325 B
Plaintext

$NetBSD: patch-makedist,v 1.1 2015/12/06 15:17:31 taca Exp $
--- makedist.orig 2015-06-23 17:33:33.000000000 +0000
+++ makedist
@@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28";
fi
IFS="$old_IFS"
-if test "x$PHPROOT" == "x"; then
+if test "x$PHPROOT" = "x"; then
PHPROOT=git@git.php.net:php-src.git;
fi