diff options
Diffstat (limited to 'lang/php56/patches/patch-makedist')
-rw-r--r-- | lang/php56/patches/patch-makedist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php56/patches/patch-makedist b/lang/php56/patches/patch-makedist new file mode 100644 index 00000000000..824af686fc7 --- /dev/null +++ b/lang/php56/patches/patch-makedist @@ -0,0 +1,13 @@ +$NetBSD: patch-makedist,v 1.1 2014/11/24 15:37:08 taca Exp $ + +--- makedist.orig 2014-11-12 13:52:21.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 + |