summaryrefslogtreecommitdiff
path: root/lang/php71/patches/patch-makedist
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php71/patches/patch-makedist')
-rw-r--r--lang/php71/patches/patch-makedist13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php71/patches/patch-makedist b/lang/php71/patches/patch-makedist
new file mode 100644
index 00000000000..a0a478e4729
--- /dev/null
+++ b/lang/php71/patches/patch-makedist
@@ -0,0 +1,13 @@
+$NetBSD: patch-makedist,v 1.1 2016/08/04 14:09:03 jdolecek 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
+