summaryrefslogtreecommitdiff
path: root/lang/php71/patches/patch-ext_phar_Makefile.frag
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php71/patches/patch-ext_phar_Makefile.frag')
-rw-r--r--lang/php71/patches/patch-ext_phar_Makefile.frag13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/php71/patches/patch-ext_phar_Makefile.frag b/lang/php71/patches/patch-ext_phar_Makefile.frag
new file mode 100644
index 00000000000..d02800c2789
--- /dev/null
+++ b/lang/php71/patches/patch-ext_phar_Makefile.frag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ext_phar_Makefile.frag,v 1.1 2016/08/04 14:09:03 jdolecek Exp $
+
+--- ext/phar/Makefile.frag.orig 2015-06-23 17:33:33.000000000 +0000
++++ ext/phar/Makefile.frag
+@@ -18,7 +18,7 @@ PHP_PHARCMD_EXECUTABLE = ` \
+ else \
+ $(top_srcdir)/build/shtool echo -n -- "$(PHP_EXECUTABLE)"; \
+ fi;`
+-PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(INSTALL_ROOT)$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";`
++PHP_PHARCMD_BANG = `$(top_srcdir)/build/shtool echo -n -- "$(bindir)/$(program_prefix)php$(program_suffix)$(EXEEXT)";`
+
+ $(builddir)/phar/phar.inc: $(srcdir)/phar/phar.inc
+ -@test -d $(builddir)/phar || mkdir $(builddir)/phar