archivers/php71-phar: Unbreak if devel/re2c is installed
There is a upstream bug which makes compiling this module impossible if devel/re2c is installed: https://bugs.php.net/bug.php?id=75587 The patch unbreaks this behavior. PR: 223880 Submitted by: mishin@mh.san.ru
This commit is contained in:
parent
1ff674eb16
commit
9c66986f13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455586
2 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
CATEGORIES= archivers
|
||||
|
||||
PORTREVISION= 2
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php71
|
||||
|
||||
PKGNAMESUFFIX= -phar
|
||||
|
|
9
archivers/php71-phar/files/patch-Makefile.frag
Normal file
9
archivers/php71-phar/files/patch-Makefile.frag
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- Makefile.frag.orig 2017-12-05 11:59:48 UTC
|
||||
+++ Makefile.frag
|
||||
@@ -1,5 +1,5 @@
|
||||
$(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
|
||||
- @(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re)
|
||||
+ @(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o phar_path_check.c phar_path_check.re)
|
||||
|
||||
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
|
||||
|
Loading…
Reference in a new issue